Forum Replies Created
-
AuthorPosts
-
July 20, 2015 at 1:39 pm in reply to: Exclude items from Portfolio Post Nav (Arrows on the left/right) – UDPATE #475787
Hi raslade!
Thank you for using Enfold.
You can use this in the functions.php file instead:
add_theme_support('avia_template_builder_custom_css'); add_filter( 'avia_post_nav_settings', 'enfold_customization_postnav', 10, 1); function enfold_customization_postnav($settings) { $settings['excluded_terms'] = '22, 20'; return $settings; }
Add the id of the categories.
Regards,
IsmaelHi!
Glad you found a solution to this but how did you modify the code and on what files?
Cheers!
IsmaelHey Lev!
Thank you for using Enfold.
You can adjust the left margin of the menu buttons:
.av-menu-button + .av-menu-button { margin-left: 10px; }
Best regards,
IsmaelJuly 20, 2015 at 1:10 pm in reply to: Control cropping of preview image – Actual image in Featured image #475759Hi Adinfix!
Thank you for using Enfold.
You can set the Portfolio Grid Image Size to “manual”. Select the thumbnail size that you want to use. You can resize the preset thumbnails by using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
IsmaelHey Dietlinde!
Thank you for using Enfold.
I’m sorry but this feature will require a major code rewrite which is considered as a custom work. You can hire a freelance developer or you can contact codeable. If you want to know what file to edit, it is the magazine.php file located on config-templatebuilder > aviashortcodes folder.
Best regards,
IsmaelHi hackoffseries!
Thank you for using Enfold.
The suggested code should not affect desktop screens because it is inside a media query unless there’s a missing bracket. Please post the css modifications on pastebin.com. Check the code above. There should be another bracket at the very bottom:
@media only screen and (max-device-width: 768px) { div#full_slider_1 { height: 150px; } .avia-slideshow.image_no_stretch li img { max-width: 160%; width: 160%; }}
Best regards,
IsmaelHey kalebw!
Thank you for using Enfold.
Special headings doesn’t have any fade in effect or animation. Can you please provide a screenshot? Use imgur or dropbox.
Cheers!
IsmaelHey!
I’m sorry but we don’t provide support for third party plugins and integration of this sort of plugin is considered as a custom work. Please hire a freelance developer or contact codeable: http://kriesi.at/contact
You can contact them on their website’s contact or support page.
Cheers!
IsmaelHey!
Unfortunately, you can’t add or modify this code in the child theme. Anyway, I checked the site and the animated numbers are working.
Best regards,
IsmaelHi!
Thank you for using Enfold.
I tried to check the link again but it doesn’t exist anymore. Did you remove it? http://latitudes.org/download-free-printable-behavior-charts-for-home-and-school-2/
Please create a test page so that we can see the issue.
Cheers!
IsmaelHey!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author regarding this issue. Anyway, if you’re expecting the content of the advance layout builder to translate itself, unfortunately, that’s not how it works. You have to create a translation of the page then edit or translate the contents manually. This is how it works, at least when you use the supported WPML plugin.
Best regards,
IsmaelJuly 20, 2015 at 12:44 pm in reply to: Main navigation are larger and solid background all the way across? #475737Hi!
Thank you for using Enfold.
You can try this css code:
.html_header_top.html_logo_center .main_menu ul:first-child { width: 100%; } .av-main-nav > li { width: 16.22%; }
Regards,
IsmaelHey ugurege!
Thank you for using Enfold.
Do you want to place it on single post pages? You need to edit the includes > loop-index.php file.
Regards,
IsmaelHi!
Edit the color section then set the Section Background > Background Repeat to “Stretch to Fit”.
Regards,
IsmaelHey Betsy!
Thank you for using Enfold.
You can try this in the Quick CSS field:
#js_sort_items a { width: 32%; margin-left: 1%; } #js_sort_items .text-sep { display: none; }
Regards,
IsmaelHey!
He can try it in the events_countdown.php file. Use this code: http://pastebin.com/kg7KDvPH
Look for this line:
foreach($next->posts as $post) { $end = explode(" ", $post->EventEndDate ); $start = explode(" ", $post->EventStartDate ); if($time < strtotime($end[0]) && strtotime($start[0]) > $time) { $upcomings[] = $post; } }
Below, he can add something like this:
var_dump($upcomings);
It will not display the events, at least not when I tried it. This same line of code display the upcoming events on my installation.
Best regards,
IsmaelJuly 20, 2015 at 10:11 am in reply to: Nextgen gallery with basic settings totally distorted #475660Hi kds-systems!
Thank you for using Enfold.
Please check the text block. Make sure that there are no “pre” tags.
Cheers!
IsmaelHey!
I checked the test product page or product but it doesn’t exist. Did you remove it? Please recreate the test page then we’ll check it.
Best regards,
IsmaelHey!
Please try to flush the permalink settings. Go to the Settings > Permalinks panel then click the save button once.
Best regards,
IsmaelJuly 20, 2015 at 10:06 am in reply to: Placement problems in mobile view (cart and search icon) #475657Hey!
How can we login to the actual site? When I login to the link above, it goes directly to a cpanel. Where do we go from there? I tried to login but I got errors: http://7994.linux15.testsider.dk/wordpress_e/wp-login.php
Best regards,
IsmaelJuly 20, 2015 at 10:03 am in reply to: Replace standard search with WooCommerce product search? #475655Hey!
I checked the search field and the placeholder “Search” is removed when you input a keyword or search something.
Cheers!
IsmaelHi!
I checked the link above and the icons are a bit too big for the ‘more details’ text. Are you sure you want to put it beside the icons? I think the current layout looks better.
Cheers!
IsmaelHey!
Thank you for the screenshot. It’s possible to move the position of the title, date and author but creating a box layout and custom formatting for the date is a bit complicated. You will have to modify the loop-index.php file. This will require some custom work so you have to hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Regards,
IsmaelHi!
If you enable the widgets inside the header menu on mobile device, it will go above the main content, just below the header. Add this in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area { display: block; } }
Cheers!
IsmaelHey MindSpark!
Thank you for using Enfold.
If you don’t mind, we would like to see actual page with the slider. Make sure that you have the latest version of the theme, 3.2.2. I’m sure we can fix it by resizing the captions using css.
Regards,
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
I checked the page but I don’t see any full width button element there. Did you remove it? Please create a test page so that we can inspect it. If possible, please update the theme to the latest version, 3.2.2.
Cheers!
IsmaelJuly 19, 2015 at 5:08 pm in reply to: Small bar above Main Menu (color change doesn't stick) #475413Hey Mkieling!
Thank you for using Enfold.
You can use this in the Quick CSS field:
#header_meta { background-color: red; }
Cheers!
IsmaelHi mandahays!
Thank you for using Enfold.
Actually, you have to disable the shop base page in the Dashboard > Woocommerce > Settings > Products > Display panel. Edit the shop page then add the products by using the Product Grid element. You can then change the header style.
Cheers!
IsmaelHey ACNLatitudes!
Thank you for using Enfold.
It shouldn’t be doing that. Please make sure that you have the latest version of the theme, 3.2.2. If the issue persist, try to deactivate all plugins then test it again.
Cheers!
Ismael -
AuthorPosts