Forum Replies Created
-
AuthorPosts
-
Hey!
Sometimes Enfold can be distrucbed from server settings.
Can you please Switching off ModSecurity in the cPanel?Let us know if that fixes the issue
Cheers!
BasilisHi!
Glad we got it short out!
Please do spare a moment to rate our theme, we would appreciate it a lot!THanks a lot for your patience and time
Best regards,
BasilisHey Nathan!
I have checked the CSS it seems that you have a white border at
.main_color tr { border: #fffff }
You can replace it into your CSS with the color you want and it will save the issue for you
Best regards,
BasilisHi unicaweb!
Please add the following to your functions.php file
function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail( $post->ID, 'medium', array( 'style' => 'margin-bottom: 15px;' ) ) . '</div>' . $content; } return $content; } add_filter('the_excerpt_rss', 'featuredtoRSS'); add_filter('the_content_feed', 'featuredtoRSS');
please let us know if you need anything else
Regards,
BasilisHey!
Please also provide your web site URL, you seem to be missing it!
Thanks a lotBest regards,
BasilisHey mdmllc!
Please update to latest enfold version, clear your cache and give it a try.
Please do let us know after if that solves your issues.Thanks a lot for your time and patience
Regards,
BasilisHey Nathan!
border-radius is there, to make the image been a circle, so if you have to remove that to make it bigger then it works for you yes.
Let us know if that is not exactly what you need or you need something elseBest regards,
BasilisHey THESEOPROZ!
To be honest with you, that is the correct function of that process and that is how it should be working, we can not do much about that I am afraid…
What do you want it to be doing? How do you want it to be interacting?Best regards,
BasilisHey!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
Let us know if we could do anything else, regarding our theme
Cheers!
BasilisHey!
I loaded the web site on my iPAd and I can not see the menu overlaping the logo.
Which model are you using?Best regards,
BasilisHi zimbo!
Seems there is no faster / different solution for that, but you can do a child themes support for shortcodes
If you want to overwrite an existing shortcode create a “shortcodes” folder within the child theme directory, then copy the /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php into the child theme “shortcodes” folder and modify the php code. At least add following code into the child theme functions.php file
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
This code will make sure the the shortcode file of the child theme is loaded first and you can overwrite the parent theme slideshow shortcode file with the child theme.
Cheers!
BasilisHey!
That would require a lot of custom work to be done.
You will have to hire someone to do it, as that is out of our customization possibilities.Thanks a lot for your time, please feel free to let us know if you need anything else from us
Best regards,
BasilisHi!
We do check, before we release every time.
Thanks a lot for reporting the issue to us.Please let us know if we can do anything else for you
Regards,
BasilisHi!
Glad we got it short out!
Please do let us know if you have any more questions for us!Congratulations for your new family member!
Cheers!
BasilisMay 17, 2016 at 8:28 pm in reply to: mobile device needs "activate desktop version" to show website #633948Hi Markus Symeon!
Please go ahead and de-activate your plugins.
After that, clear your cache, tested and let us know if it is fixed.Please keep us posted for the results.
Regards,
BasilisHi!
Glad you got it short out and we are sorry for the delayed reply.
We will be happy to help with anything else.Please do open a new ticket for anything needed related to our theme.
Cheers!
BasilisMay 16, 2016 at 10:28 pm in reply to: Everything Broken in Websites After Upgrade to 4.5 – Read Pop Up Box #633343Hey!
Glad it got it solved out.
Please do let us know if we can do anything else for you, by opening a new ticket.Thanks a lot for your patience and time
Best regards,
BasilisHi mclweb!
Based on that, it seems that the issue is located into the server and not into enfold.
Please do contact your hosting company and ask them if they can track the issue.Thanks a lot for your time and patience
Best regards,
BasilisMay 16, 2016 at 9:14 pm in reply to: Put FormidablePro View-Shortcut into Animated-Countdown-Avia-Element #633280Hey!
Thanks a lot for your kind words, even if we could not help further with it.
Please feel free to open a new ticket if needed, we would be more than happy to assist you with anything elseRegards,
BasilisHi!
Glad you got it short out!
Please do let us know if we could do anything else for you,we would be more than happy to assist further!
Also – if you can please share a moment to rate our theme, we do need that also!Thanks for everything!
Regards,
BasilisHey!
Please do let us know if we can do anything else for you, we would be more than happy to assist.
Best regards,
BasilisHi kavehmovahedi!
That issue can be actually wired, as there was modification on the database and that can make issues.
Best suggestion is – I am afraid – to actually delete and remake the post from zero and not copying paste elementsBest regards,
BasilisHi minogig!
We are sorry, but that would be really hard to be done.
You can try hire someone who will do help you out with your issue.Best regards,
BasilisHey nnn666nnn!
Try add to yoru Custom CSS
.main_menu { right: 850px; }
let us know if that works, the way you need.
Thanks a lot for using enfold!Regards,
BasilisHey Damian,
Best regards,
BasilisHey mikenott!
Thanks a lot for choosing enfold.
I did loaded your web site and I can see that all the site is Green.
Can you please let us know which element did not changed, so we can be able to help you further with it?Thanks a lot for your patience
Cheers!
BasilisHey Jon!
Can you please re-uplaod the theme, through FTP and replace the files and let us know if that does solves your issue?
Thanks a lotBest regards,
BasilisHi!
Please try download and upload the update through your FTP.
You need to update the theme, so we can help you further with your issue.Best regards,
BasilisHey teotaban!
Regarding the 1st you can disable the Breadcrumb and load an element with ALB there, which includes your submenu. That will help you do it, on that part.
Regarding the 2nd
add_filter('avf_portfolio_sort_first_label','new_first_label'); function new_first_label() { $first_item_name = "Toate"; return $first_item_name; }
Let us know if we could do anything else, regarding our theme
Regards,
BasilisHi webdesign!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
Let us know if we could do anything else, regarding our theme
Best regards,
Basilis -
AuthorPosts