Forum Replies Created
-
AuthorPosts
-
Hi!
What is the current blog style set in the Blog Layout > Blog Style settings? If you set it to grid, you can modify the config-templatebuilder > avia-shortcodes > postslider.php file.
Regards,
IsmaelHi!
1.) You should not see the toggle or mobile menu when you swipe the screen to the left. Make sure that you have the latest version of the theme which is 3.2.2.
2.) Install cache and minify plugins to speed up the site.
https://wordpress.org/plugins/w3-total-cache/
Cheers!
IsmaelHey!
I checked the site on firefox, clicked one of the masonry items and it opened up the pdf file without any issue: http://www.eptctasiapacific.org/wp-content/uploads/Mongolia_fact_sheet_2013.pdf
Cheers!
IsmaelHey Apollo7_HD!
Thank you for using Enfold.
I’m sorry but I don’t see any issue in the page except for the overlay effect position. If you don’t mind, we would like to see a screenshot of the issue. If possible, try to deactivate the plugins because it’s probable that one of them is causing the issue. Once deactivated, check the page again or if the issue persist. If not, try to activate the plugin one at a time to find the conflicting plugin.
Cheers!
IsmaelHey nicolasstelter!
Thank you for using Enfold.
Please post the website url here so that we can check it. Try to deactivate the plugins then hard refresh the page.
Best regards,
IsmaelHey Aline!
Thank you for using Enfold.
You can add html codes in the Message Sent label field. Example:
Your message has been sent! <img src="IMAGE URL HERE" />Use this in the Quick CSS field to adjust the font size:
.avia-form-success { font-size: 12px; }Regards,
IsmaelAugust 12, 2015 at 4:56 am in reply to: Issue with https / ssl redirecting – parent pages redirect to index #486296Hey avwebmaster!
Thank you for using Enfold.
Please use this plugin to force url to load over https: https://wordpress.org/plugins/wordpress-https/
Cheers!
IsmaelHi!
You can add the code in the functions.php file then you have to create the links manually. Example:
http://www.yoursite.com/your_portfolio_page?custom_ajax=12You need to change this part “http://www.yoursite.com/your_portfolio_page” to the actual url of your portfolio page. Adjust the value of the custom_ajax query string to the id of the portfolio item that you want to open when you go to the portfolio page.
?custom_ajax=12The id of the portfolio item in the example is “12”. You can then add the link in a button shortcode or create your own link manually:
<a href="http://www.yoursite.com/your_portfolio_page?custom_ajax=12">Click this to open up portfolio item 12</a>Best regards,
IsmaelHi!
The caption text is set to 12px when the screen size is lower than 480px. On what kind of mobile device are you testing this? You can try this:
@media only screen and (max-width: 768px) { .avia-caption-content p { font-size: 12px !important; }}If your phone has a retina display, try this css media queries: https://css-tricks.com/snippets/css/retina-display-media-query/
Best regards,
IsmaelHey!
The data attribute in your button code can’t be added in the theme’s button shortcode. The best thing to do is to add the button code in the caption just as Elliott suggested then we can apply the theme’s button style to it.
Regards,
IsmaelAugust 12, 2015 at 4:27 am in reply to: Convertion of Avia Page Builder Shortcodes not working #486289Hey meergut!
Thank you for using Enfold.
I’m not sure how your custom code works but maybe you can add the do_shortcode function to process the shortcodes. https://developer.wordpress.org/reference/functions/do_shortcode/
Best regards,
IsmaelHey dflyons!
Thank you for using Enfold.
Edit the layer then go to the Attributes panel. Add a custom id or class attribute. For example, add “custom-button” in the class attribute then go to the Quick CSS field. Add this code to adjust the position of the button on mobile:
@media only screen and (max-width: 767px) {
.custom-button {
top: 0 !important;
left: 20% !important;
}}`Regards,
IsmaelHi gorgani!
Thank you for using Enfold.
Edit the blog post element then set the Preview Image Size to manual. Choose the custom preview image size. You might need to regenerate the thumbnails first. Use this plugin then go to Settings >Media, click the Regenerate Thumbnails button: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
IsmaelHey!
I tried to login to the site but it’s not working. What is the thumbnail size that you use in the slider?
Regards,
IsmaelHey!
Alright. Please add the cart icon back then we’ll check it again.
Regards,
IsmaelAugust 12, 2015 at 3:51 am in reply to: Using Portfolio from Photography Demo in One Page Portfolio Demo #486276Hi cidcreative!
Thank you for using Enfold.
That is the masonry element. You can find it under the Content Elements panel in the advance layout builder.
Regards,
IsmaelHey smittypages!
Thank you for using Enfold.
The “Overwrite Portfolio Link setting” will only work for the portfolio grid element. If you want to add external links on the post slider, create a post then set the post format to “Link”.
Best regards,
IsmaelHey!
Please use then hard refresh the page:
@media only screen and (max-width: 767px) { #av_section_1 .flex_column.av_one_half.flex_column_div.av-zero-column-padding.first.avia-builder-el-3.el_after_av_heading.el_before_av_one_half, #av_section_1 .flex_column.av_one_half.flex_column_div.av-zero-column-padding.avia-builder-el-5.el_after_av_one_half.avia-builder-el-last { float: left; width: 48% !important; clear: none; } }Best regards,
IsmaelHi Aline!
Thank you for using Enfold.
Please add this in the Quick CSS field to set the font weight to 600:
.caps { font-weight: 600 !important; }Cheers!
IsmaelHi!
Go to the SEO > Title & Metas panel. You can set the title and description of the home page, post types etc. Refer to this link for the list of available variables: http://kb.yoast.com/article/146-yoast-wordpress-seo-titles-metas-template-variables
Note that it might take some time before google crawl or index the site again so you won’t be able to see the result immediately. However, it’s possible to ask google to recrawl the site’s urls: https://support.google.com/webmasters/answer/6065812?hl=en
Cheers!
IsmaelHi Tom!
Thank you for using Enfold.
You can use this plugin to control the visibility of the widgets: https://wordpress.org/plugins/widget-logic/
Cheers!
IsmaelHey dobermaraner!
Thank you for using Enfold.
The categories should be there by default. I actually see these categories: “in MARZO, SETTEMBRE “.
Best regards,
IsmaelHey!
I would like to add the code but the Appearance > Editor panel is not available in the dashboard. Please set the user as admin.
Regards,
IsmaelHey!
Please add this in the Quick CSS field:
.header-scrolled { top: 0; }You need to configure the theme locations in the Appearance > Menus panel. Set the main menu as Enfold Main Menu.
Cheers!
IsmaelHey!
Please use this in the Quick CSS field:
.av-subnav-menu .sub-menu li a:hover { background-color: #AE8989; }Cheers!
IsmaelHey Xander!
Thank you for using Enfold.
You can adjust the width of the footer columns:
@media only screen and (min-width: 768px) and (max-width: 989px) { div .av_one_fourth { margin-left: 1%; width: 48%; }}Best regards,
IsmaelHi!
You can still have spaces around the container when you use the grid row element. Edit the cells then set the Cell Padding. If you can provide a screenshot, it will help us better understand what you’re trying to do.
Cheers!
IsmaelAugust 11, 2015 at 5:01 am in reply to: Fullwidth Slider: How to remove the jumping headline in the full-width slider #485732Hi Simon!
Thank you for using Enfold.
I checked the site on Firefox, Windows 8 but I can’t reproduce the issue. Is it possible for you to provide a screenshot? Use imgur or dropbox.
Cheers!
IsmaelHey!
@harvey: Please open your own thread here: https://kriesi.at/support/forum/enfold/#new-post
Regards,
Ismael -
AuthorPosts

