Forum Replies Created

Viewing 30 posts - 60,781 through 60,810 (of 66,075 total)
  • Author
    Posts
  • in reply to: Icon box cursor #205503

    Hi!

    I tested the links, I can see the mouse cursor change to pointer when I hover over the iconbox top icons. Add this on your custom.css or Quick CSS:

    .iconbox_top .iconbox_icon {
    cursor: pointer !important;
    }

    Regards,
    Ismael

    in reply to: Enfold > Gravity Forms > Button > Hover #205498

    Hi!

    Glad it worked. :)

    Regards,
    Ismael

    in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205497

    Hey!

    Please modify the code that I gave you. Replace it with this:

    <meta property="og:title" content="<?php echo get_the_title(); ?>"/>
    <meta property="og:description" name="description" content="<?php echo get_the_excerpt(); ?>" />
    <meta property="og:image" content="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />

    Remove browser cache then reload the page a few times. Test it on another browser. Let us know if it helps.

    Cheers!
    Ismael

    in reply to: Enfold edit header / css / search bar #205496

    Hey Courin!

    Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Below, add this code:

    echo "<div class='header-search'>";
    get_search_form();
    echo "</div>";

    Add this on your custom.css or Quick CSS:

    .header-search {
    position: absolute;
    top: 30px;
    left: 250px;
    }

    Modify the main menu font using this:

     .header_color .main_menu ul:first-child > li > a {
    color: red;
    }
    
    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 15px;
    }

    Cheers!
    Ismael

    in reply to: Product image on single product page hover issue on IE #205495

    Hey!

    Can you please give us a link to the actual website? Add this on your custom.css or Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    Regards,
    Ismael

    in reply to: LayerSlider Bug #205493

    Hey cbrand!

    Can you please give us a link to the website? I don’t see anything wrong with the settings.

    Best regards,
    Ismael

    in reply to: Portfolio entries, error 404 #205492

    Hi!

    Did you install the WPML string translation extension? You don’t need to switch the permalink settings to default. Please post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: Display Portfolio based on Tag #205490

    Hi!

    Did you select the “Logan Square” tag under “Post Tag” option?

    Cheers!
    Ismael

    in reply to: Blog Full Width Question #205486

    Hey!

    You can add this on your custom.css or Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100%;
    }

    Adjust the max width.

    Best regards,
    Ismael

    in reply to: Move the second menu below the logo #205485

    Hi!

    You can add this on your custom.css or Quick CSS.

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo { 
    margin: 20px 0;
    }
    
    #header_meta {
    position: absolute;
    bottom: 35px;
    border: none;
    box-shadow: none;
    background: none;
    left: 18%;
    }
    }

    Please remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Enfold, Nav menu to show tab rather than underline. #205484

    Hi!

    This will get you started. Add this on your custom.css or Quick CSS:

    .current-menu-item.current_page_item a {
    background: gray;
    border: 3px solid green;
    border-radius: 6px;
    }
    
    .main_menu ul:first-child > li a {
    height: 50px !important;
    line-height: 50px !important;
    }
    
    .main_menu {
    position: absolute;
    top: 30%;
    }

    Regards,
    Ismael

    in reply to: Content slider height #205482

    Hey!

    I don’t see any content slider on the website. Can you please point us to the actual page?

    Cheers!
    Ismael

    in reply to: Display Portfolio based on Tag #205273

    Hey Design!

    No, that is not possible with the Portfolio Grid element but you can do it using the Blog Posts element. On “Do you want to display blog posts?” option, choose “Display entries from a custom taxonomy”. “Which Entries?” should be “Post Tag”. Choose the Grid Layout for the “Blog Style” option to make it look like the Portfolio Grid layout somehow.

    Cheers!
    Ismael

    in reply to: Enfold > Gravity Forms > Button > Hover #205271

    Hey David!

    You can use this:

    .main_color input[type='submit']:hover {
    background: orange;
    color: white !important;
    }

    Best regards,
    Ismael

    Hey!

    I’m sorry but can you please post a screenshot of what you’re trying to do? A link to the actual website will help.

    Regards,
    Ismael

    in reply to: Sidebar Menu #205269

    Hey!

    You can remove the nested sidebar pages on Enfold > Sidebar > Page Sidebar navigation. Save changes.

    Cheers!
    Ismael

    in reply to: Preview Changes Not Working #205268

    Hey photobooth214!

    Can you please give us a link to the page? Do you have a cache plugin? Please disable it while editing the page.

    Best regards,
    Ismael

    in reply to: Mobile #205267

    Hi!

    I checked the links or pages where you said it’s not working. This is what I see. The button is present on those pages:

    Please remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205265

    Hi!

    I’m sorry about that. Have you tried Dude’s recommendation? I’m sure it will work. :)

    Cheers!
    Ismael

    Hi jbenn!

    Can you please give us a link to the actual website? Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Font size in the socket #205259

    Hi!

    Glad it worked. Please don’t forget to remove browser cache then reload the page a few times to see the changes.

    Regards,
    Ismael

    in reply to: Contact & cart icons #205258

    Hey!

    You can use this for the sub or top menu:

    .sub_menu>ul>li:hover a {
    background: gray;
    padding: 10px 0 5px 0;
    }

    Cheers!
    Ismael

    in reply to: Multiple(or two) Logos #205255

    Hi iceadmin!

    No, that is not possible at the moment. You need to manually modify the theme to have two different logos on different pages. Please hire a freelance developer to add the second logo. You can visit http://werkpress.com/.

    Best regards,
    Ismael

    in reply to: Adding new templates for custom post type additions #205254

    Hey!

    If I am not mistaken it will return the name of the CPT. Please test it further. :)

    Best regards,
    Ismael

    in reply to: Table Styling – Real Estate IDX plugin #205253

    Hey rcribble!

    Can you please give us a link to the actual page with the table? We need to inspect it. The image you posted is incorrect.

    Cheers!
    Ismael

    in reply to: Slow-loading Layerslider and Portfolio Grid #205252

    Hey kirzy!

    The whole site loads completely in less than 10 seconds on my end including the LayerSlider. That is fast considering how slow the internet connection that I use compare to other internet service providers. I can only suggest to upgrade the hosting services since you already made some page speed optimization.

    Regards,
    Ismael

    in reply to: home page spacing #205251

    Hey!

    Please use this:

    .page-id-18 .flex_column.av_one_fourth {
    margin-top: 5px;
    }

    Regards,
    Ismael

    in reply to: WPML Language Selector for social nav #205247

    Hi!

    Please add this on your custom.css or Quick CSS to adjust the height then position the language selector properly:

    #lang_sel_click a, #lang_sel_click a:visited {
    line-height: 5px;
    }
    
    #lang_sel_click {
    position: absolute;
    top: -10px;
    left: -150px;
    }
    
    #lang_sel_click .sub_menu li ul {
    top: 26px;
    left: 10px;
    border-top: none;
    }

    Cheers!
    Ismael

    in reply to: Contact form doesn't send me a mail #205244

    Hey!

    Please use this plugin to prevent emails from going into the junk or spam folders: http://wordpress.org/plugins/easy-wp-smtp/

    We always recommend the Contact Form 7 plugin.

    Best regards,
    Ismael

    in reply to: Youtube Embed Options #205243

    Hey EvanMPW!

    You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.

    <iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>

    The “?rel=0″ at the end of the URL will disable the suggested videos. You can also add “&autoplay=1″ to enable auto play.

    <iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>

    Best regards,
    Ismael

Viewing 30 posts - 60,781 through 60,810 (of 66,075 total)