Forum Replies Created
-
AuthorPosts
-
Hey sjidesign,
Please try this code in the General Styling > Quick CSS field:#welcomepanel { width: 85%!important; max-width: 85%!important; margin-left: 7.1% !important; }
Please see screenshot in Private Content area for expected results.
Best regards,
MikeHey fkadmin99,
I see that you are using Enfold v3.8, can I ask what changed lately, did you update a plugin?
Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Can I ask if you are using the Disable Template Builder Elements options? Please try to “Always load all elements”
It seems you have some scripts not loading, Please see screenshot in Private Content area.Best regards,
MikeHey tecnicoposiciona,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Viktoria,
Please try adding this to your functions.php://change category page layout to blog grid style add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
Best regards,
MikeHi,
From the latest Google release, sites will have “25,000 free map loads per day” The new charge should not affect very many.The Google Maps Web APIs (Maps JavaScript API, Maps Static API, or Street View API) offer 25,000 free map loads per day. If you enable billing to access higher quotas, you are billed $0.50 USD per 1,000 map loads over the daily limit of 25,000, up to a maximum of 100,000 map loads daily.
Source
Hope this helps.Best regards,
MikeHey web6s,
I’m sorry, your check out looks nothing like the example on the post, perhaps you have more code already in play?
Perhaps if you could remove any other code.
This seems we are re-designing a woocommerce page vs helping with the theme?Best regards,
MikeHey hgrantdesigns,
I believe you need to use a Hebew font, and that is why you see ???
Please try: Hebrew Font pluginBest regards,
MikeHey fgrippe,
Typically the separators have a top & bottom margin of 30px by default. You can remove this will css, or you can not use the separators and control the spacing by adding padding or margin to the text blocks directly. Please link to a example page with a spacing mockup so we can demonstrate.
Please note that “exactly” across browsers & devices are best achieved using percentages of the browser & device, which in reality is not “exact”, but very close.Best regards,
MikeHey Petersjuul,
Try this code in the General Styling > Quick CSS field:#top.home .av-magazine-time.updated {display: none !important;}
Best regards,
MikeHey bboyguil,
In your second link your ads show after I disable “Adblock Plus” in my browser, perhaps you can not see the ads due to a ad block browser plugin?
Please note that your first link is going to have very low conversions due to the site is only viewed with “Flash”, which most people will not enable, just my experience.
I hope the translate reads this well.Best regards,
MikeHey Kavvermus,
Thank you for the link, but I’m not sure I’m imagining your vision correctly.
You would like a image in the second half of the second section where the diagonal boarder is?
If so please try adding the image as a background to the color section.
Please see this mockup:
If this is not what you meant, please try including a mockup.Best regards,
MikeHey vandrea,
I see you are using Enfold v4.2.6, please update to v3.1 via ftp, which fixes a few small errors and will help.
Please note that you should remove the theme folder “enfold” via ftp before adding the new one, so old files are not left behind. Please do not try to overwrite your theme folder with the new one.
This will solve the number of css stylesheet, as the newer version mergers them, Please read this post: PERFORMANCE UPDATE
After you update we will look again at your video/column issue.Best regards,
MikeHey ST,
The best approach to adding Google Analytics is by adding the code in Enfold Theme Options > Google Services > Google Analytics Tracking Code box.
This works whether you use a child theme or not, and it stays active after updates.
But if you really want to place it in a header.php, then copy header.php to your child theme via FTP & it will be active automatically.
Another option is to include your Google Analytics code in this function and add it to your child theme functions.php:function add_ga_code(){ ?> YOUR Google Analytics CODE GOES HERE <?php } add_action('wp_head', 'add_ga_code');
Best regards,
MikeHey finon,
In my test I don’t see an error message, please try using the plugin WP Mail Logging as it will help discover errors.
Also Try disabling your plugins.
After you install it, try to send a message and view the log. If you wish more assistance, please include a admin login in the private content area so we can take a closer look.
Have you changed webhosts since it last worked?Best regards,
MikeHey Javier,
Para realizar la mayoría de los cambios en el menú principal, vaya a Opciones de tema Enfold> Estilo avanzado> y elija Enlaces de menú principal en el menú desplegable. Luego puede cambiar la fuente, el color y el tamaño del menú principal, y guardar. Para tener diferentes opciones para el estado on-hover o el estado activo, elija el menú dos veces y use los cuadros “Aplicar solo al estado de desplazamiento del mouse” y “Aplicar solo al estado activo”. Si desea realizar cambios adicionales, avísenos y podemos ayudarlo con algunos CSS personalizados.———–
To make most main menu changes please go to Enfold Theme Options > Advanced Styling > and choose Main Menu Links from the drop down.
Then you can change the font, color and size of the main menu, and save.
To have different choices for on-hover state or active state, choose the menu twice and use the boxes “Apply only to mouse hover state” & “Apply only to active state”.
If you wish to make additional changes lets us know and we can assist with some custom css.Best regards,
MikeHey keir2012,
Please try adding the search widget to your header widget area, it will take 100% of the area.
Then Try this code in the General Styling > Quick CSS field:#top #search-4 #searchsubmit { right: 100% !important; } #top #search-4 input[type='submit'] { background-color: #F8F8F8 !important; color: #919191 !important; }
Please note that your “search-4” might be a different number, if you need help with it, let us know.
Expected results:
Best regards,
MikeHey azinity,
I believe it is because of the lack of content of the contact page.
You could try this code in the General Styling > Quick CSS field:#top.page-id-1167 #main .content {min-height: 70vh !important; }
Please adjust to suit.
Best regards,
MikeHey blinddrop,
I was able to remove most of it, but the very last row needs to come up a little, so if you could add a class or ID to the flex_column_table_cell above the last row we can add a negative margin to pull it up. I also added the page ID to the code so it won’t effect any other pages. Feel free to adjust this code to suit.#top.page-id-33 .flex_column_table_cell .avia_textblock p { margin-top: -4px !important; margin-bottom: -4px !important; }
Best regards,
MikeHey Turgay,
Try this code in the General Styling > Quick CSS field:#top.page-id-793 #main #av_section_1 .container .content { padding-top: 10px !important; padding-bottom: 10px !important; }
Please adjust to suit.
Best regards,
MikeHi,
Sorry I was unable to login, please check.
Please try the Performance features settings again, and then go to the General Styling > Quick CSS field and enter a space to enable the “Save all changes” button, click to save. This will re-merge your css & js files.
Then go to your page and clear your cache, and see if that helps.Best regards,
MikeHey id8872,
Which webhost are you using, is it a managed wordpress host?
Are you using settings like this:
PHP Version: 7.0.x
PHP Time Limit: No limit
PHP Memory Limit: 256M
PHP Post Max Size: 50M
PHP Max Upload Size: 20MAre you working on one site, or many? Perhaps we can assist with a manual import.
Best regards,
MikeHey Farynella,
The stylesheet in the child theme should not be overwritten, because the updates only target the parent theme folder.
How do you update the theme, FTP?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey lami4d,
Please try clicking the link to view the message, instead of dismissing it. If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeMay 4, 2018 at 4:33 am in reply to: Problem after updating 4.3 with Tipografy and "Load only used elements" #951243Hey kikosanchezestudio,
I have tested the Coda font in the advanced styles for the “body” tag, with the option “Load only used elements”and It is working in Enfold v4.3.1
Please try these settings again, and the go to the General Styling > Quick CSS field and enter a space to enable the “Save all changes” button, click to save. This will re-merge your css files.
Then go to your page and clear your cache.
Let us know if this helps.Best regards,
MikeHey ptolda,
Glad to hear, we will close the now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts