Forum Replies Created
-
AuthorPosts
-
Hey avwebmaster!
Thank you for using Enfold.
What is the script that you’re trying to use? Please post it on pastebin.com. You can also add the code inside the functions.php file, something like the example here: https://kriesi.at/support/topic/current-page-change-color-of-av-icon/#post-485365
Best regards,
IsmaelHey!
You can set a minimum height to the slideshow when viewed on mobile devices. Add this in the Quick CSS field:
@media only screen and (min-width: 768px) { .av_slideshow_full.avia-slideshow, .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img { min-height: 300px !important; }}
Remove browser or hard refresh the page.
Cheers!
IsmaelAugust 15, 2015 at 5:23 am in reply to: Warning: session_start() [function.session-start]: Cannot send session cache #488112Hey!
I tried to login to the site but it’s not working. The first login credentials work but it’s not an admin user. Please check the login credentials above and if possible, create a test page with the portfolio grid issue.
Cheers!
IsmaelHi!
It’s possible to alter the width of the columns inside a specific color section. Add a color section then apply a unique id attribute in the Section ID field. Use “custom-section” for example. Inside the color section, add two 1/2 columns inside. You can then use the Quick CSS field to alter the width of the columns inside that particular section. Something like this:
#custom-section .av_one_half:nth-child(1) { width: 72% !important; } #custom-section .av_one_half:nth-child(2) { margin-left: 2% !important; width: 25% !important; }
Please create a test page then follow the instructions above.
Regards,
IsmaelHi JanvanBaardewijk!
Thank you for using Enfold.
Looks like it is only happening on that page because when I created a test page, there’s no issue when I add a background image: http://www.zorgteamtraining.nl/test/
Is it OK if you recreate the color section from scratch? Delete the color section then add a new one.
Regards,
IsmaelHey JWendel!
Thank you for using Enfold.
I created a test page and the advance layout builder is working. there. On which page is this happening? http://wynkconstruction.com/wp-admin/post.php?post=3276&action=edit
Best regards,
IsmaelHey!
Can you please provide a link to those pages? Did you import the demo data? Try to edit those page then look for the first color section. Edit the section background.
Best regards,
IsmaelHey!
1.) Please give us an example of the css declarations that is not working when you place them inside the custom.css file. And a link to the page where the css modification is intended for.
2.) Aside from the footer menu, are you planning to add other widgets inside the footer container? If not, you can set the footer columns to 1 then add a custom menu widget. We can adjust the css style to create an inline menu.
Best regards,
IsmaelHi!
I’m not sure how the plugin generate its own styling. Please ask the plugin author about that. You can try the following:
1.) Change the font size with this:
#top label span, #top legend span { font-size: 30px; }
2.) Can you please provide a screenshot?
3.) Use this to adjust the first and last name field:
input#bboxdonation_billing_txtFirstName, label#bboxdonation_billing_lblLastName, input#bboxdonation_billing_txtLastName { width: auto; float: left; margin-right: 10px; }
Cheers!
IsmaelHey!
We can’t edit the page because the advance layout builder is not loading due to script errors. You need to update the theme to the latest version, 3.2.2.
Best regards,
IsmaelHey!
I’m sorry but I don’t think this script is going to work with the theme’s current layout. You might have a chance if you create a custom template. This is stated on the documentation:
Container “Main” must be one level below the body tag in order to make it work full page. Now call the function to activate as follows:
Please hire a freelance developer or contact codeable to implement the script: http://kriesi.at/contact/customization
Cheers!
IsmaelHey procurement!
Thank you for using Enfold.
We need to see the current special heading format. Please send us a link to a test page. You can adjust font style on General Styling > Fonts > Defines the Font for your body text option.
Best regards,
IsmaelHi!
You can set the max width and height of the lightbox image in the Settings > Media panel. Adjust the dimension of the Large Size thumbnail and make sure that the images you’re uploading are bigger than the preset dimension. Regenerate the thumbnails after: https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHey!
Thank you for the info but I”m still not sure what you mean. I’ll ask Andy to check this thread. If you want to remove the overlay effect, you can use this in the Quick CSS field:
.avia_transform a .image-overlay { display: none !important; }
Yes, the overlay or hover effect is a theme feature.
Regards,
IsmaelHi Caramba_Continental!
Thank you for using Enfold.
If you don’t mind, we would like to see the current blog layout. Please post the blog url here. A screenshot of the layout that you want will help.
Regards,
IsmaelHey!
Great! Glad you found a solution. We will close this thread for you. :)
Cheers!
IsmaelHey!
Looks like you’re using the mega menu columns instead of rows. Try to separate the location by adding them under the mega menu columns. Create a custom link, add “-” symbol as the title then “#” symbol as url. Set this as the mega menu column. Relocate the location menu items under this column. You can create a maximum of 5 columns.
Regards,
IsmaelAugust 13, 2015 at 7:34 am in reply to: site redirect not responsive, transfer site to new domain issues #486965Hi!
After you use the WP Migrate DB to export the database, you will have import the sql file in the phpMyadmin panel. You can actually ask your hosting provider to do it for you. After that, transfer the files (files inside the wp-content folder mostly) manually, via FTP or the cpanel. You can watch this video: http://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Since you already have the files in the new domain, all you need to do is to export the database using the plugin and then import it via phpMyadmin.
Cheers!
IsmaelHi!
I checked the page and the the slider images are using the correct thumbnail which is set to Shop Catalogue (450x450px). Why did you place the slider inside a 3/5 column? Was that intended? Note that the “Slideshow-Bildgröße” option will not affect the actual width of the slider. The slider will inherit the width of the parent container.
Regards,
IsmaelAugust 13, 2015 at 7:19 am in reply to: Convertion of Avia Page Builder Shortcodes not working #486959Hi!
What if you add a strip_tag function to remove the p tags? http://php.net/manual/en/function.strip-tags.php
Regards,
IsmaelHi!
If possible, please try to ask your hosting provider. Maybe, they can help with the issue. Ask them why this file doesn’t load correctly:
http://ecoproofbenelux.com/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4109-20150505 Failed to load resource: the server responded with a status of 403 (Forbidden)
Best regards,
IsmaelHey Tom!
Thank you for using Enfold.
Please add this in the functions.php file:
add_filter('wp_get_attachment_image_attributes', 'wow_img_attr', 10, 2); function wow_img_attr($attr) { $attr['itemprop'] = 'image'; return $attr; }
Cheers!
IsmaelHey niekpeters!
Thank you for using Enfold.
Edit the config-events-calendar > default_template.php file. Remove everything then replace it with this code: http://pastebin.com/D04LvCZc
It will require a few css adjustments. Use the Quick CSS field.
Cheers!
IsmaelAugust 13, 2015 at 6:39 am in reply to: Add a sidebar to events using Modern Tribe Events Calendar Pro #486946Hey!
Alright. Please edit the functions.php file then look for this code around line 17:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_heading_font($fonts) { $fonts['Robots'] = 'Roboto:300'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_content_font($fonts) { $fonts['Google fonts']['Robots'] = 'Roboto:300'; return $fonts; }
You’ll be able to select a new font on General Styling > Fonts panel called “Robots”. Make sure that you copy the code directly from the forum, not from your email.
Cheers!
IsmaelHey!
Where can we find the text widget with the inline styling? Please revert the modifications.
Regards,
IsmaelHey!
Please try this in the Quick CSS field:
.html_header_top #top .av_header_stretch #header_meta .container { bottom: -220px; position: absolute; }
Best regards,
IsmaelHey!
@xa1970: Please stick to your own thread. We gave you an answer there. https://kriesi.at/support/topic/how-to-change-header-font-color/#post-486913
Regards,
IsmaelHey!
I checked this link: http://www.rettir.is/
There is a database error: Error establishing a database connection
Cheers!
Ismael -
AuthorPosts