Viewing 30 posts - 1 through 30 (of 37 total)
  • Author
    Posts
  • #253617

    Hi,

    Could you please help me with the next three things:

    1) I would like to block some pages (parent and subpages) in the header menu but I don’t know where to change the code or add it to quick css.
    2) I found a thread where it is described how to edit the gallery thumbnail height but I can’t do the same with width. I want to set thumbnails to 60x60px as well as to block hover and fade over them.
    3) How to center a title of the text widget? I’m using <p style=”text-align: center;”>text here</p> for center alignment of text but can’t do the same with title.

    Thank you in advance.

    #253639

    Anyone,please?

    #253716

    I found this thread https://kriesi.at/support/topic/enfold-gallery-thumbnail-sizes-and-proportions/ for editing height of a thumbnail, but how to set its width?

    #253937

    Please guys..

    #254322

    Any idea? Sorry for bothering, but it’s really important.

    #254526

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    #menu-item-2829 { pointer-events: none; }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
    2-Can you post the link to your website so we can take a look?
    3-

    .widgettitle { text-align: center; }

    Cheers!
    Yigit

    #256554

    Hi Yigit,

    thank you for your response.

    1) When I enter the code you gave me, I can’t see the rest of my dropdown menu. To be more precise, I want to unlink a Parent page and some other pages in my Dropdown Menu so that they appear, but I don’t want them to be clickable.

    2) As I still work on my localhost, unfortunately I don’t have a link to my site. In few words, when I enter .avia_transform .avia-gallery-thumb img { height: 125px; } , my thumbs become 125px high but I can’t set their width which goes too wide.

    Thank you in advance!

    Cheers!

    #256561

    Hi!

    1- Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg

    2- Can you post a screenshot and show the issue you are having?

    Regards,
    Yigit

    #256796

    Hi Yigit!

    Thank you for the Menu, works great!!!!

    Below is a screenshot of my thumbnail issue. I want to make small thumbails which represent some brands.
    http://imgur.com/eQ0gA10

    And, just one more thing. Is it possible to make thumbnails as in the link: http://imgur.com/QT6LoxR ?
    I would like them to appear black&white and when you pass across them to make them colorized?

    Thank you once again!!

    Cheers!

    #256929

    Hey!

    Thank you for the update.

    You can use this to set the width of the gallery thumbnails:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 125px !important;
    }

    The default width is 20%, also, depend on the number of columns that you set on the gallery options. Note that specifying the width using pixels might break the layout on smaller screens.

    Use this to convert the thumbnails to grayscale:

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    }
    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    }

    Best regards,
    Ismael

    #266309

    Hi guys!

    Thank you for your answer and sorry for the delay in my response, I didn’t have time to work on my page.

    You are really amazing! You solved all my problems and I have only one more, I hope.

    Is there a code for centering a gallery in my layout element? I’ve put eight thumbnails in my gallery and they are left aligned. I want them to be center aligned.

    I’m sending you a pic of the issue so you could visualize it easier: http://i58.tinypic.com/2jbr4af.jpg.

    Hope to hear from you soon and thanks once again!!

    Best regards

    #266790

    Hey!

    It looks like you are using the element to display partner logos. You can simply use Partner/Logo element in Avia Layout Builder

    Regards,
    Yigit

    #267158

    Hi Yigit!

    Thank you for your quick response!

    I know that there is a Partner/Logo element but I want to make it as a gallery so I could hyperlink logos to their pages.

    Is that possible?

    Kind regards,

    #268478

    Hi!

    By default the gallery images can’t link to external websites. However you can use a third party plugin to apply custom links to gallery images. If you want to use it with Enfold follow the instructions here: https://kriesi.at/support/topic/adding-links-to-a-gallery/#post-224832

    Regards,
    Peter

    #273498

    Hi guys!

    Your answer worked, Peter, thank you!

    As my page is finished on local host, I would gladly know if is there a way in which I could easily put it on server?

    Thank you in advance!

    Best regards!

    #273660

    Hey!

    Glad we could help.

    In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your website from production to development vice versa:
    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    #273792

    Hi Ismael!

    Thank you for your quick response.

    I took a look at your tutorials and everything looks fine except the media.

    How could I import it from development to production?

    Thank you in advance.

    Best regards!

    #273835

    Hey!

    You should import sql file to phpMyadmin. Please see this video tutorial – http://www.youtube.com/watch?v=CrpOAtDlQxk#t=372

    Regards,
    Yigit

    #273868

    Hi Yigit!

    Thank you for your prompt reply.

    That tutorial shows how to migrate the theme but not the media such as pictures, slider etc.

    Any idea about that?

    Thanks!

    #273961

    Hi!

    They are saved on your database so when you import sql file they should be added as well

    Best regards,
    Yigit

    #274330

    Hi Yigit!

    Unfortunately, the plugin doesn’t migrate the files.

    Here is a FAQ from their site:

    Does the plugin migrate files as well?
    No, it only operates on the database.

    Any idea how I could move the media?

    Thank you!

    #274874

    Please guys, any idea?

    Do I just have to copy-paste the uploads folder on ftp server after using WP MigrateDB or WP MigrateDB PRO?

    Thank you in advance.

    Cheers!

    #274936

    Hey!

    Thank you for the update.

    Yes, just copy and paste the uploads folder from the dev site to the production site. :)

    Cheers!
    Ismael

    #276371

    Hi guys!

    I’ve managed to transfer all the files thanks to the tutorial that you mentioned.

    I have one question.

    My gallery appears in Chrome and IE but doesn’t appear in Firefox. Any idea?

    My site is and the gallery I’m talking about is below the large blackboard on the homepage.

    Thank you in advance!

    #276849

    Hey!

    Glad it worked.

    I may not be reviewing the the thread well but I don’t see any hint of the website url even on the screenshots. Mind posting the website url here so that we can inspect the gallery on Firefox? On what OS are you testing this and what version of Firefox?

    Cheers!
    Ismael

    #276906

    Hi Ismael,

    I thought I have written the page but anyway, here’s the address: http://www.pohit.hr .

    I’m working on Windows 8, and my Mozilla is version 29.0.1.

    Also, is it possible to make an outer glow effect over menu items in header when using transparency?

    Or maybe to set different menu font colors on different slides when using transparent header?

    I’m planning to use avia layerslider and as some slides are dark and others are light, I would gladly set header colors different according to that.

    Thank you in advance!

    #277453

    Hi guys,

    sorry to bother you once again but since my site is active, I would really appreciate your soon reply.

    Thank you in advance.

    Best regards!

    #278385

    Hi guys!

    Any idea on resolving my issue?

    Also, is it possible to reduce portfolio preview to 495px*400px?

    Thank you in advance.

    Cheers!

    #279276

    Hi!

    1) This custom css code breaks the gallery for Firefox users – please remove it:

    
    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img {
        filter: url("filters.svg#grayscale");
    }
    

    2) Yes, you can use this generator: http://css3gen.com/text-shadow/ to create the css code and then use:

    
    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a{
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
    }
    

    to change the styling of the transparent menu items. Different colors per slide are not possible.

    Best regards,
    Peter

    #283947

    Hi guys!

    I didn’t find a problem which you couldn’t solve yet, thank you!

    Just one thing, I can’t get my contact form working.

    I have tried different e-mail adresses and I didn’t get any message there.

    Any idea?

    Thank you in advance.

Viewing 30 posts - 1 through 30 (of 37 total)
  • You must be logged in to reply to this topic.