Forum Replies Created

Viewing 30 posts - 60,181 through 60,210 (of 67,155 total)
  • Author
    Posts
  • in reply to: Global Variables | WordPress Template Variable #232598

    Hi 5plus5!

    Thank you for using the theme. I hope you’re doing well today. I’ll ask Dude to explain it to you. AFAIK the theme is not using page templates to build a page. It relies on shortcodes. The page is generated using the “template-builder.php” file if you’re using the Advance Layout Builder.

    Cheers!
    Ismael

    in reply to: how to open portfolio custom link in a new window? #232595

    Hi honesty1993!

    Thank you for using the theme. I hope you’re doing well today.

    Please edit config-templatebuilder > avia_shortcodes > portfolio.php, finds this code on line 623:

    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
    

    Replace it with:

    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a target='_blank 'href='{$link}'>".$entry->post_title."</a></h2>";
    

    Regards,
    Ismael

    in reply to: Enfold keeps adding breaks #232591

    Hey waterwalk!

    Hope you’re feeling well today! Thank you for using the support forum.

    Can you please give us a link to the website? Post the login details here as a private reply.

    Regards,
    Ismael

    in reply to: Mega Menu Images showing too large in IE/Firefox #232587

    Hey Philip!

    Thank you for using the theme. I hope you’re doing well today.

    You’re using a very old version of the theme. You might want to download the latest version on your themeforest account then update it via FTP. This should fix the issue on IE and Firefox. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Not responsive anymore #232584

    Hey!

    How are you? I hope you feel great today. Thank you for the question.

    I’m having a hard time reading the url on the screenshot. Is this your website(http://www.nijmegengraaft.nl/)? The website is on maintenance mode. I don’t know if you gave the login details to Yigit. Let ask him to check this again.

    Regards,
    Ismael

    in reply to: Adding Event Tracking To Enfold Contact Form #232583

    Hi jhennigar!

    Thank you for using the theme. I hope you’re doing well today.

    There has been a lot of framework updates since Choices. You can’t do the same thing with Enfold. Please refer to this link: https://kriesi.at/support/topic/google-adwords-tracking-after-form-has-been-submitted/

    You can use the Contact Form 7 plugin.

    Best regards,
    Ismael

    in reply to: RE ORGANISING PRODUCT CATEGORIES #232581

    Hey theroyds!

    Thank you for using the theme. I hope you’re ok today.

    Please set the order on the WooCommerce > Settings > Catalog page (select “Sort by most recent” in the dropdown field). If it doesn’t work try to use: http://wordpress.org/plugins/post-types-order/ or use the WooCommerce sort feature (Products > Sort Products tab).

    Regards,
    Ismael

    in reply to: Blog Posts – Featured Image Question #232579

    Hi downbylaw!

    Hope you’re feeling well today! Thank you for using the support forum.

    You can add this on Quick CSS or custom.css to hide the featured image on single post view:

    .single .big-preview.single-big {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Footer Menu Display Issue on Mobile Version #232578

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    Please add this on the child theme’s style.css:

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket ul li {
    padding: 10px;
    font-size: 15px;
    }
    }

    Please post a screenshot of what you want your footer socket to look like.

    Regards,
    Ismael

    in reply to: Help with FaceBook Like Box #232577

    Hey park13!

    How are you? I hope you feel great today. Thank you for the question.

    The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.

    If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    in reply to: Third slider is not showing #232572

    Hey!

    I’m sorry but you’re STILL using an old version of the theme. If you’re not sure how to update the theme, please hire a a freelance developer to help you. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    The debugging info shows that you’re using version 2.4.5 which a very old version of the theme. Latest version is 2.5.4 which includes script fixes and video background for sliders and color sections.

    Cheers!
    Ismael

    in reply to: Customize and hide some post formats #232570

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    You can add this on the child theme’s functions.php:

    add_filter('avf_default_icons', 'avf_change_default_icons', 10, 2);
    
    function avf_change_default_icons($icons) {
    	
    $icons['standard']	= array( 'font' =>'entypo-fontello', 'icon' => 'ue836');
    $icons['audio']	        = array( 'font' =>'entypo-fontello', 'icon' => 'ue921');
    return $icons;
    }

    Best regards,
    Ismael

    in reply to: Unique style via CSS inside the Template #232568

    Hi Zheq!

    Thank you for using the theme. I hope you’re doing well today.

    You can add a unique id for the Color Section. Edit the color section element then look the “For Developers: Section ID” field. Add an id like “awesome-section”. Add this on Quick CSS if you want to change the image overlay for that section only:

    #awesome-section .image-overlay{ position: absolute; background: #194670; width: 240px; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0); }
    

    Best regards,
    Ismael

    Hi!

    Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.

    Best regards,
    Ismael

    in reply to: Menu broken #232563

    Hey!


    @newmesis
    : I hope you’re doing well today. Have you tried Dude’s fix? @primdogg used it and fixed the issue on his website.

    Cheers!
    Ismael

    in reply to: 404 Error on Mobile Site Pages #232562

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    Have you tried removing the browser cache on your mobile device? Reload the page a few times. I’ll ask Josue and Yigit to check this.

    Best regards,
    Ismael

    in reply to: main logo relocation at the front page. #232561

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    You can replace Yigit’s code with this if you want to change it for the home page only:

    .home div .logo { left: 40%; }
    

    Cheers!
    Ismael

    in reply to: Picture overlaping #232559

    Hi!

    Hope you’re feeling well today! Thank you for using the support forum.

    I checked the link that you gave us but it takes me to a 404 error page. Please try to flush the permalink settings on Settings > Permalink panel. Click the “Save” button once to flush the settings.

    Cheers!
    Ismael

    in reply to: Anchor Text not working on iOS #232558

    Hey!

    How are you? I hope you feel great today. Thank you for the question.

    I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.

    Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    Hi Soapmarine!

    Thank you for using the theme. I hope you’re doing well today.

    Please add this on functions.php:

    add_filter('avia_breadcrumbs_args', 'change_breadcrumb_before', 10, 1);
    function change_breadcrumb_before($args) {
    	$args['before'] = '<span class="breadcrumb-title">' . __( 'You are not here, you're there:', 'avia_framework' ) . '</span>';
    	return $args; 	
    }

    If you’re using a child theme, place it at the bottom of the child theme’s functions.php.

    Best regards,
    Ismael

    Hi fgrippe!

    How are you? I hope you feel great today. Thank you for the question.

    You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.

    Regards,
    Ismael

    in reply to: Enfold > social icons in header #232552

    Hey David!

    Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:

    #top .social_bookmarks_facebook a {
    color: #fff;
    background-color: #37589b;
    }

    Regards,
    Ismael

    in reply to: main menu item highlighted while on submenu page #232551

    Hi!

    Thank you for using the theme. I hope you’re doing well today.

    You don’t have a sub-menu when I checked the website. Please remove this code:

    #menu-item-3046 > a {
    color: #98bf0d;
    }

    This will force the “projecten” menu item to be highlighted even if it’s not the active page.

    Best regards,
    Ismael

    in reply to: Loading resources from uploads folder with SSL #232206

    Hi!

    You can create a child theme if you want to preserve the modifications that you did. Add the code I posted on the child theme’s functions.php.

    Cheers!
    Ismael

    Hey mark0tz!

    What theme are you currently using? If you have the latest avia framework, you can upload a logo on Theme Options > Logo.

    Best regards,
    Ismael

    in reply to: Facebook Like in Floating Sidebar Not working properly #232202

    Hey!

    Did you remove the “Like” button? I can’t see it on the floating plugin.

    Regards,
    Ismael

    in reply to: Related Products Under Single Product #232200

    Hey!

    Can you please give us a link to the product page with the up-sells and cross-sells linked products?

    Regards,
    Ismael

    in reply to: Change menu colors #232196

    Hey C0rien!

    Please use this:

    .current-menu-item > a {
    color: green !important;
    }
    
    .main_menu a:hover {
    color: green !important;
    }

    Cheers!
    Ismael

    in reply to: how to change theme folder name from themes/enfold #232191

    Hi honesty1993!

    Deactivate the Enfold theme then rename the folder. Activate it again.

    Regards,
    Ismael

    in reply to: Using Georgia Font for Heading #232188

    Hi!

    I’m sorry if you don’t understand me. Like I said, you can’t use fonts which are not included on the Google Fonts library on Heading Font option. Please use Yigit’s code if you want to change the heading to Georgia.

    Cheers!
    Ismael

Viewing 30 posts - 60,181 through 60,210 (of 67,155 total)