Forum Replies Created
-
AuthorPosts
-
Hi!
@giantrv: Glad it is working now. :)@Ufuk Luker: I tried to login to the site but the credentials above are not working: https://kriesi.at/support/topic/enfold-update-issues-wp-4-3-2-and-enfold-3-2-3/#post-480159
Regards,
IsmaelHey!
Please check the browser settings. Make sure that javascript scripting is enabled. If you’re working on chrome, try this: https://support.google.com/adsense/answer/12654?hl=en
The advance layout builder is working when I check this page: http://www.ronenbekerman.com/wp-admin/post.php?post=29177&action=edit
Regards,
IsmaelHey!
Did you modify anything on the theme files? Is it OK if we deactivate the plugins while checking the site?
Regards,
IsmaelHey!
You can modify the loop-index.php file. Create a folder called “includes” inside the child theme folder then copy the loop-index.php file inside. You can remove the post meta info codes that way. There’s no specific filter for that.
Best regards,
IsmaelHi!
You can increase the z-index property of the header container:
#header { z-index: 5000; }Best regards,
IsmaelHey!
You can actually copy both scripts on a text widget. If you generate the likebox widget, you need to copy two scripts. You can grab these scripts inside a text widget. Here’s an example:
<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-page" data-href="https://www.facebook.com/kriesi.at" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/kriesi.at"><a href="https://www.facebook.com/kriesi.at">Kriesi</a></blockquote></div></div>Cheers!
IsmaelAugust 5, 2015 at 4:08 pm in reply to: Images in Code Blocks not behaving correctly when browser shrinks. #483447Hey!
I checked the page and I guess you managed to make the flip effect work. The only problem I see is the height:
.flip_container2 { height: 381px; }Best regards,
IsmaelHey!
What do you mean by “cheating”? The plugin is specifically made for this kind of menu setup.
Regards,
IsmaelHi!
I’m sorry but what do you mean by “not as fixed”? A screenshot will help.
Best regards,
IsmaelHey!
I can’t reproduce the issue on my installation. The Column Count settings is working as expected. Can you please provide a link to the actual page with the issue? And let us know the current Column Count setting.
Best regards,
IsmaelHi!
Can you please provide a screenshot of the issue? The code above should move the tabs below the single-product-summary container.
Cheers!
IsmaelHey!
Thank you for using Enfold.
It’s a small bug in the table element. Please set the table purpose to tabular then set the responsive styling to scrollable.
Cheers!
IsmaelHi!
This is how the demo looks on IE 11, Windows 8:
Do you have any browser extension installed? Also, please check if javascript is enabled.
http://www.technipages.com/internet-explorer-enabledisable-javascript
Best regards,
IsmaelAugust 5, 2015 at 2:11 pm in reply to: Restaurant One Page change Menu and Logo position only on the first page #483337Hey 3DStudio!
Thank you for using Enfold.
Set the page to hide the header then use the Image element as logo.
Best regards,
IsmaelHi!
Thank you for using Enfold.
Did you set the Blog Style on Enfold > Blog Layout to “Use the advance layout builder”? If not, set it to that option then check the page.
Cheers!
IsmaelHi!
Glad it worked for you. If you need anything else, let us know. :)
Best regards,
IsmaelHey videogame!
Thank you for using Enfold.
I tried to login to the site but it only redirects me to an acccount page. How can we access the dashboard? Do you have any cache plugin installed? Please try to deactivate the plugin or purge or the cache.
Regards,
IsmaelHi koelman!
Thank you for using Enfold.
You can try this in the Quick CSS field:
#top .comment_text { font-size: 50px; }If it doesn’t work, please provide a screenshot of the element that you’re trying to change.
Regards,
IsmaelHey Manifest007!
Thank you for using Enfold.
There is a built in filter in order for you to add your own google fonts. Please refer to this link: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
Regards,
IsmaelHi RunningDogMedia!
Thank you for using Enfold.
There is a javascript error when I checked the site. Please try to deactivate the plugins, remove the browser cache then test it again.
Best regards,
IsmaelHi!
You can add this code in the functions.php file:
add_action('init', 'avf_move_product_output'); function avf_move_product_output() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 5 ); }Note that this is only going to work if you didn’t enable the sidebar in the single product page.
Best regards,
IsmaelHi!
Looks like you added some html codes inside the page. Make sure that all tags or codes are closed properly.
Best regards,
IsmaelHi!
You can do something like this in the child theme’s functions.php file:
function ava_image_sizes() { add_image_size('entry_with_sidebar', 845, 321, array('center', 'top')); add_image_size('entry_without_sidebar', 845, 321, array('center', 'top')); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );If you want to modify the “masonry” thumbnail, adjust the code to this:
function ava_image_sizes() { add_image_size('masonry', 845, 321); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Again, you have to regenerate the thumbnails by using the plugin suggested above. You can also use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Regards,
IsmaelHey!
Can you please provide a screenshot of the elements or objects that you’re trying to remove? Use imgur or dropbox.
Best regards,
IsmaelHey!
You can test one of these plugins in the repository: https://wordpress.org/plugins/search.php?q=woocommerce+sales+badge
Best regards,
IsmaelAugust 4, 2015 at 5:20 pm in reply to: Oh – Edge on Windows 10 is again totaly different to IE11 etc. #482845Hey!
Thank you for the info. What is the css code that you use to change the position of the rotator? I can’t seem to find it in the code inspector.
Regards,
IsmaelHi!
I don’t think it’s the correct way of adding the script. Anyway, it will actually do the same thing as the Zoom Level settings if you manage to make it work. I tried to find the closest zoom level to show the whole world map on my installation and I found out that zoom level 3 and a Map height of 700px is the closest option.
Cheers!
IsmaelAugust 4, 2015 at 8:37 am in reply to: How to render shortcodes and avia elements in archive view? #482567Hey!
I’m sorry but archive or category pages will not be able render the content inside the advance layout builder. You need to add an excerpt to the ALB post if you want to display something in the archive pages.
Cheers!
Ismael -
AuthorPosts

