Forum Replies Created
-
AuthorPosts
-
September 2, 2015 at 4:20 pm in reply to: layerslider – how to make items sit on different widths? #497235
Hi!
The images are not responsive. Try to place all content inside a single layer (HTML / Video / Audio) then separate them by using a column shortcode:
[av_one_third first]Add Content here[/av_one_third] [av_one_third]Add Content here[/av_one_third] [av_one_third]Add Content here[/av_one_third]
Best regards,
IsmaelHey!
I’m sorry but I think you forgot the url to the website. Please check. If you can inspect the elements, please give us the url to the actual image that is being used. http://cs.brown.edu/courses/cs132/resources/inspector/
Regards,
IsmaelHey!
Have you tried the grid row element? You add column elements inside the cells.
Cheers!
IsmaelHey turistai!
Thank you for using Enfold.
It will take a lot of modifications.The featured image width will be limited by the main container. Anyway, if you can provide a link to a test page, maybe we can modify it via css.
Regards,
IsmaelHey!
What if you add the extra button in the caption text field? Generate the button shortcode via shortcode wand.
Regards,
IsmaelSeptember 2, 2015 at 2:38 pm in reply to: How can I add a shortcode to the top header ( secondary menu) #497130Hi!
Thank you for using Enfold.
You can either modify the includes > helper-main-menu.php file directly or you can add the shortcode inside a widget as instructed here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
IsmaelHi!
Thank you for using Enfold.
You can try this in the Quick CSS field to fix the scrolled menu:
.html_header_top.html_main_nav_header #top .header-scrolled .main_menu { top: 55px; }
Pretty nice modification. :)
Regards,
IsmaelHi!
Thank you for using Enfold.
Have you tried using the Image element? You can select most of the available thumbnail sizes in the ATTACHMENT DISPLAY SETTINGS.
Best regards,
IsmaelHey subrakavi!
Thank you for using Enfold.
You can modify the config-templatebuilder > avia-shortcodes > postslider.php file. Place the adsense somewhere before this line of code:
if(!empty($avia_pagination)) $output .= "<div class='pagination-wrap pagination-slider'>{$avia_pagination}</div>";
Best regards,
IsmaelHi!
You need to add the code in the functions.php file, not functions-enfold.php file.
add_theme_support('avia_template_builder_custom_css');
You can then follow Rikard’s suggestion here: https://kriesi.at/support/topic/mobile-layout-problem/#post-488502
Regards,
IsmaelHey!
Use the “Masonry” element instead of the “Masonry Gallery”. It is under the content elements panel.
Cheers!
IsmaelHi!
I’m afraid you have to update the theme to the latest version because we can’t do anything unless we see the actual issue. Please update the theme to the latest version. After the the update, try to flush the Settings > Permalink options.
Cheers!
IsmaelHey!
Looks like you replaced the default mobile menu with the ubermenu plugin. You can try this in the Quick CSS field:
@media screen and (max-width: 1024px) { .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: block; float: right; }}
Remove browser cache then reload the page. If it doesn’t work, please contact the plugin author.
Best regards,
IsmaelHi!
I think you forgot the url to the actual site. Please check. Regarding the additional inquiry, mind sharing a screenshot of what you have in mind?
Best regards,
IsmaelHey Guenter!
Thank you for using Enfold.
I’m not sure if this is possible but try to exclude the keywords by using this plugin: https://wordpress.org/plugins/relevanssi/
You also have to implement this code: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Cheers!
IsmaelHey!
Can you please provide a screenshot of what you have in mind? Maybe, you can use the full screen slider then add another color section below. Apply a unique id in the color section’s Section ID field. Use “custom-section” for example. In the Quick CSS field, offset the position of the section by adding a negative top margin. Something like this:
#custom-section { top: 500px; position: absolute; z-index: 1000; background-color: transparent !important; border: 0; }
Regards,
IsmaelHi!
The site has been modified a lot. They use the gallery element for the bottom section. You can also try the grid row element. Set it to have four 1/4 cells.
Cheers!
IsmaelHi!
I’m sorry but you can only load the comments template in the actual post page.
Best regards,
IsmaelHi phausner!
Thank you for using Enfold.
The periscope icon is not available on fontello.com yet. For now, you can request that feature here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelSeptember 2, 2015 at 12:50 pm in reply to: Option "Defines the Font for your body text" is missing font #497030Hi!
Did you use font face to add the font? Try to use this in the Quick CSS field:
body { font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Best regards,
IsmaelHey!
Please try this instead:
function add_custom_script(){ ?> <script> (function($) { $(".toggler").addClass("activeTitle"); $(".toggle_wrap").addClass("active_tc"); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Remove browser cache then reload the page.
Regards,
IsmaelSeptember 2, 2015 at 12:44 pm in reply to: Removing Line under hyper links only works on some pages #497024Hey midischool!
Thank you for using Enfold.
Looks like you managed to remove the line. Is that right?
Cheers!
IsmaelHi!
We edited the page a bit. You need to add this code in the Enfold > General Styling > Quick CSS field:
.av-countdown-active.av-countdown-timer > * { width: 48%; float: left; }
EDIT: We added the css code for you.
Regards,
IsmaelSeptember 1, 2015 at 1:43 pm in reply to: Can not get full width slider to display image at the original size #496390Hey!
I checked the page but I don’t see any difference between the actual image (http://kdmstaging.com/kinder1/wp-content/uploads/2015/08/alt-header-1a1.jpg) and the image inside the slider: http://kdmstaging.com/kinder1/?page_id=4703
Can you please provide a screenshot of the issue? Keep in mind that the image width cannot exceed the width of the slider container.
Regards,
IsmaelHey!
I’m sorry but we still don’t understand the issue. The images on the page looks OK. Note that the image cannot exceed the width of the container.
Regards,
IsmaelHi!
We need to see the actual page in order to check the issue. Please post the page url here.
Best regards,
IsmaelHey bluelotus!
Thank you for using Enfold.
What happens when you set the background attachment of the color section to fixed instead of parallax? Also, please update the theme to the latest version.
Cheers!
IsmaelHey!
Looks like it is much better with the extra added divs. There are conditional functions in the theme which creates extra containers when a certain element is present ( color section and sliders for example ) or when a certain element is added at the end or the beginning of the page. The hack that you added is required if you really want to add this slider in the archive page.
If you prefer to add the hack in a child theme, remove the extra divs in the archive.php file then use this in the function.php file:
add_action('ava_after_main_title', function() { if(is_archive()) { echo "<div><div><div><div><div>"; } });
If you’re planning to only use it on category pages, replace the is_archive function with this: https://codex.wordpress.org/Function_Reference/is_category
Regards,
Ismael -
AuthorPosts