Forum Replies Created
-
AuthorPosts
-
Hi!
Please follow the solution we provided above: https://kriesi.at/support/topic/facebook-like-box-width-problem/#post-483671
Place the generated code in a text widget. You can generate the fb likebox widget code here: https://developers.facebook.com/docs/plugins/page-plugin
Regards,
IsmaelAugust 18, 2015 at 5:00 am in reply to: Hide Woocommerce product type and term from showing up in post meta #489248Hi!
There should be a comma / separator after a category or taxonomy and you can set the blog style to blog grid to create columns. Unfortunately, you can only select what taxonomy to be excluded.
Cheers!
IsmaelHey siteraum!
Thank you for using Enfold.
Please edit the gallery element then select the thumbnail size in the Gallery Preview Image Size setting. Use the best possible thumbnail for a 9 column gallery. Since the column width is 100px, I think the best option is the Shop Thumbnail.
Regards,
IsmaelHey Charlotte!
Thank you for using Enfold.
Try this in the Quick CSS field:
#header_main .container, .main_menu ul:first-child > li a { height: 58px; line-height: 58px; }
Regards,
IsmaelHey shtumpa_ak!
Thank you for using Enfold.
I’m sorry but you’re using a very old version of the theme, 2.4.2. Please update to the latest version of WordPress then upgrade the theme to 3.2.3. Please update the theme every time a new patch is available.
Cheers!
IsmaelHi!
The max width of the post content should be the same as pages unless you disable the sidebar. Add this in the Quick CSS field to increase it:
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
Regards,
IsmaelHey Charlotte!
Thank you for using Enfold.
Use this in the Quick CSS field:
body .av-special-heading .av-special-heading-tag { text-transform: uppercase; }
Cheers!
IsmaelHi fightforcreativity!
Thank you for using Enfold.
Go to the Appearance > Menus panel then look for the Screen Options. Enable the Description field. Edit the menu item to change the description.
Cheers!
IsmaelHi MarieAn!
Thank you for using Enfold.
Please give us a link to the page with the issue. Did you use the advance layout builder? If yes, then all content including the featured image will be removed. You will be able to start from a blank canvas. Add the image element to act as the featured image.
Regards,
IsmaelHi srcnc!
Thank you for using Enfold.
I checked the page but I don’t see any difference in the sliders’ height. I can’t even see the images in the screenshot. Did you remove them?
Cheers!
IsmaelHey takingaction!
Thank you for using Enfold.
I tested the code on a “Code Block” and it doesn’t strip the attribute. Please use it instead of the text block.
Cheers!
IsmaelAugust 17, 2015 at 7:09 am in reply to: How to create a box around/line between sidebar widgets #488600Hey!
The line can only go as far as the widget container width. If you want to add a border under the widget title, use this:
.widgettitle { border-bottom: 1px solid; padding-bottom: 10px; }
Best regards,
IsmaelHi Dave!
Thank you for using Enfold.
I checked the demo but there is no vertical menu there and let me tell you now that there is no sticky vertical menu element in the advance layout builder. If you want to know how to create single page navigation, you can refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
IsmaelAugust 17, 2015 at 7:03 am in reply to: Fullscreen Slider : Captions with 3 buttons in a row? #488593Hi FelipeWP!
Thank you for using Enfold.
Please create a test page with the slider and buttons. Add the url here then we will check it.
Best regards,
IsmaelHi!
Please edit the grid row element then add apply a unique id in the Section ID field. Use “custom-cell” for example. Adjust the padding of the cells on smaller screens:
@media only screen and (max-width: 989px) { #custom-cell .flex_cell { padding: 20px !important; }}
This will fix the text alignment.
Best regards,
IsmaelHi!
Please edit the blog post element then set the Preview Image Size to manual. You will then be able to select the thumbnail that you want to use. If you select the Portfolio thumbnail for example, all the post featured image should be larger than 495x400px, and preferably with the same ratio or proportion. In the demo, you’ll notice that the posts are using images with the same size and proportion:
Cheers!
IsmaelAugust 17, 2015 at 6:42 am in reply to: Hide Woocommerce product type and term from showing up in post meta #488580Hi!
Please use the blog post element again then add this in the functions.php file to exclude the product type:
add_filter( 'avf_exclude_taxonomies', 'enfold_customization_exclude_taxonomies', 0, 2 ); function enfold_customization_exclude_taxonomies( $t, $pt ) { $t[] = 'product_type'; return $t; }
Best regards,
IsmaelAugust 17, 2015 at 6:26 am in reply to: Height adjustment of an Iframe with a pop up selection box #488573Hi!
Increase the z-index of the container. Add this in the Quick CSS field:
#dio-api-client-wrapper { z-index: 9999 !important; }
Cheers!
IsmaelHey!
I checked the dashboard > pages panel but there are no pages available on every language. How did that happen? Did you delete the pages?
Regards,
IsmaelAugust 17, 2015 at 5:04 am in reply to: single product page sidebar to right instead of below that won't break on mobile #488540Hey!
If you want to modify the default sidebar of the single product pages, you can follow the solution provided here: https://kriesi.at/support/topic/single-product-page-is-strange-sidebar-appears-under-product/#post-451940
It will enable the default left or right sidebar.
Cheers!
IsmaelHey senso!
Thank you for using Enfold.
You can only select product items when you use the product grid element. If you want to use custom post types or taxonomies, use the blog posts element.
Best regards,
IsmaelAugust 17, 2015 at 4:59 am in reply to: Convertion of Avia Page Builder Shortcodes not working #488536Hi!
I’m sorry but what you’re trying to do here is outside the scope of support and is considered as a custom work. You can hire a freelance developer or contact codeable: http://kriesi.at/contact/customization
Cheers!
IsmaelAugust 17, 2015 at 4:55 am in reply to: Category archive page: change layout to show excerpt #488532Hey!
Use this plugin to control the excerpt on archive or category pages: https://wordpress.org/plugins/advanced-excerpt/
Regards,
IsmaelHi!
The code should transfer the sidebar above the content on mobile devices. I want to the check the page but there is an internal server error. Please check.
Regards,
IsmaelHey aph80!
Thank you for using Enfold.
1.) Set the Primary color in the General Styling panel. Right now, it is set to #fcfcfc which is basically “white”.
2.) Did you add any css modifications to the theme?
3.) The table elements looks fine when I checked pages above.
4.) Did you add any html codes in the page? Make sure that you closed the tags properly.
Cheers!
IsmaelHey rhondastark!
Thank you for using Enfold.
If you use the advance layout builder to build the posts then you will have to add the entire content manually including the social share button. However, you can modify the template-builder.php in order to add the social share button automatically. Look for this code:
$content = apply_filters('avf_template_builder_content', $content); echo $content;
Below, add this:
//share links on single post if(is_singular('post')) { avia_social_share_links(); }
Best regards,
IsmaelHey boscotwcheung!
Thank you for using Enfold.
Can you please provide a link to a test page? You can add the script in the functions.php file, almost the same as the solution provided here https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-348525
Best regards,
IsmaelHey!
Yes, it’s possible to use it on more than one page. Follow the pattern of the is_page function here: https://codex.wordpress.org/Function_Reference/is_page
Cheers!
Ismael -
AuthorPosts