Forum Replies Created
-
AuthorPosts
-
Hey webon_israel!
Thank you for using Enfold.
Use the grid row element. Set the cells to 1/2 1/2.EDIT: I’m sorry but it turns out this is not possible without at least using a custom script or decent css modification.OK. Add a color section then set the height to at least 75% of the browser height. Place a google map element plus a text block below. Apply a unique id to the color section in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field.
#custom-section section.av_textblock_section { position: absolute; top: 0; left: -10%; background: rgba(0,0,0,.5); width: 60%; height: 100%; padding: 20%; } #custom-section .container, #custom-section .template-page { padding: 0; }
You can add all the text content inside the text block element.
Regards,
IsmaelMay 12, 2015 at 6:37 am in reply to: Custom widget area + cyrillic name = broken in enfold 3.1.5 #442803Hi!
Alright. Please create a backup of the actual site before doing the modifications above, just in case.
Best regards,
IsmaelHi!
Yes, try this mod: https://kriesi.at/support/topic/schema-org-modifications/#post-432733
Best regards,
IsmaelMay 11, 2015 at 2:24 pm in reply to: Custom widget area + cyrillic name = broken in enfold 3.1.5 #442453Hi!
I found out that you can’t modify the sidebar_widgets in the database manually. Looks like custom widget areas with cyrillic characters are not being registered properly in the sidebar_widgets. Let’s wait for Kriesi to respond.
For the meantime, try to edit framework > php > class-sidebar-generator.php, look for this code:
$args['id'] = avia_backend_safe_string($sidebar,'-');
Replace it with:
$args['id'] = $sidebar;
You need to register the custom widget areas again then place the inactive widgets accordingly.
Regards,
IsmaelHey George!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? Use imgur or dropbox for the screenshot. You can add html tags on Enfold > Footer > Copyright field. Add something like this:
<a href="LINK HERE" class="footer-logo"><img src="IMAGE URL HERE"/></a>
Cheers!
IsmaelHi brittanywinter!
Thank you for using Enfold.
Try this plugin: https://wordpress.org/plugins/menu-items-visibility-control/
You might need to create an extensive menu. Or use this one:
https://wordpress.org/plugins/zen-menu-logic/
Best regards,
IsmaelHey!
Try this one:
.page-template-template-blank main.template-page.content { padding: 0 !important; }
Cheers!
IsmaelHey!
The login credentials are not working. Please check. A link to the portfolio item wit the “tv” category will help.
Regards,
IsmaelHey!
Thank you for using Enfold.
There is no option for that by default. We would like to see a working example of the section. Please provide a website.
Cheers!
IsmaelHi studiovinka!
Thank you for visiting the support forum.
Please add this in the functions.php file to show the full content of the blog posts:
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 99999; return $length; }
Regards,
IsmaelHi studiovinka!
Thank you for using Enfold.
Right now, the blog posts don’t display the full content but if you want to disable the post title link, add this in the Quick CSS field:
.page-id-631 h2.post-title.entry-title a { pointer-events: none; }
Regards,
IsmaelHi!
The single quotes symbols in the code are incorrect. Please check it now: http://deportivaslider.com/
If you want to hide the search form on mobile. Use this:
@media only screen and (max-width: 989px) { .main_menu form#searchform { display: none; }}
Best regards,
IsmaelHey!
Thank you for using Enfold.
Add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive .av-hotspot-image-container.av-hotspot-blank.av-mobile-fallback-active .av-image-hotspot_inner { display: none; }}
Remove browser cache then reload the page.
Regards,
IsmaelHi!
Which arrow are you referring you to? Please provide a screenshot. I checked the page but I don’t see anything wrong with it.
Cheers!
IsmaelHey!
It’s not working because the “greater than” symbol is converted to its html character entity code. Please check it now.
Cheers!
IsmaelMay 11, 2015 at 11:02 am in reply to: Custom widget area + cyrillic name = broken in enfold 3.1.5 #442349Hi!
Alright. Please separate the value of the sidebar_widgets and the avia_sidebar. Create a separate paste for them on pastebin.com. We’ll test it on our installation.
Best regards,
IsmaelHi dannhanks!
Thank you for using Enfold.
This is because of the WP 4.2 update on the register_sidebar function. It now requires a sidebar id. You don’t have to worry about it on the next update.
Cheers!
IsmaelHi ACNLatitudes!
Thank you for using Enfold.
Actually, if you built the post with the advance layout builder, you need to add the summary on the Excerpt box manually. For posts built on the default editor, you need to use the more tag in order to show excerpt in the blog overview page.
Or… set the Blog Style in the Enfold > Blog Layout to use the advance layout builder then edit the blog page. Add the blog posts element then set the Blog Content length to Excerpt With Read More link.
Best regards,
IsmaelHi!
Alright. We’ll keep the thread open. Let us know if it works.
Best regards,
IsmaelHey!
The default shop page looks OK: http://siras.wpengine.com/test-shop/ (hosted on WPengine)
Best regards,
IsmaelHey turistai!
Thank you for using Enfold.
Is this happening on single post? Please refer to this link for a possible fix: https://kriesi.at/support/topic/schema-org-modifications/
Best regards,
IsmaelHi susanamoraal!
Thank you for using Enfold.
This is an old issue with Yoast and any advanced page builder. Somehow, it fails to analyze editor content because what you see in the builder are actually just shortcodes. Anyway, search engines can still crawl the content made with the advance layout builder so this is nothing to worry about.
Best regards,
IsmaelHey!
Add this:
@media only screen and (max-width: 480px) { .slideshow_align_caption { text-align: right; }}
Cheers!
IsmaelHey!
Add this inside the media query:
#socket .sub_menu_socket li { line-height: 1.5em; font-size: 11px; }
Best regards,
IsmaelHi!
Did you remove the css modification in the base.css file? Please add all css modifications in the Quick CSS field or the custom.css file.
Cheers!
IsmaelHi OneClickTech!
Thank you for using Enfold.
Looks like you managed to increase the width of the image container:
.single-product-main-image { width: 50%; }
Best regards,
IsmaelHey Fernando!
Thank you for using Enfold.
Install the User Role Editor plugin then enable the “manage_options” capability for the Editor role.
Cheers!
IsmaelMay 11, 2015 at 9:16 am in reply to: Custom widget area + cyrillic name = broken in enfold 3.1.5 #442282Hey!
Please give us access to the database and ftp so that we can check what changes when 3.1.5 is activated.
Best regards,
IsmaelHi!
You can edit loop-index.php, add this code somewhere in the template:
//show related posts based on tags if there are any get_template_part( 'includes/related-posts');
You might need to edit related-posts.php, look for this code:
wp_reset_query();
Replace it with:
if(is_singular()) wp_reset_query();
Regards,
Ismael -
AuthorPosts