Forum Replies Created
-
AuthorPosts
-
Hi WolfvanHaeren!
You can find that text on line 24 in the search.php file.
echo "<p>".__('If you are not happy with the results below please do another search','avia_framework')."</p>";You could try re-scanning the theme texts with this plugin, https://wordpress.org/plugins/codestyling-localization/.
When you say “would like another sidebar” are you trying to have two sidebars display? If so then that would have to be considered custom work for now. Or if your just trying to change the search sidebar to something else then open up the /enfold/sidebar.php file and add this to the bottom of your functions.php file.
add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' ); function enfold_customization_search_sidebar( $sidebar ) { if ( is_search() ) { return 'search'; } }And create a new widget area called “search” in Dashboard > Appearance > Widgets.
Regards,
ElliottHi Global_UK!
I see what you mean. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Let us know of any CSS customizations you have done in the theme settings also.
Regards,
ElliottHey WolfvanHaeren!
Try adding this to your custom CSS.
#header .avia_mega_div .units { border-right-style: solid !important; }Best regards,
ElliottHey Zeilenschreiber!
I checked your link but I see 3 columns instead of 4 and they are resizing properly to 100% on small screens. Did you get this sorted?
The mega menu looks fine for me as well. If you want to change it’s width then add this to your custom CSS.
#header .twelve.units { max-width: 800px; }Cheers!
ElliottHey brianito!
Since you linked to your site outside of the private content I’ll go ahead and link to it also.
Here is the google mobile test for your site, https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fspeltbageren.dk%2Fhjemmelavet-pizza, it looks like it passed.
Cheers!
ElliottHi!
Go ahead and completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are clean and updated.
Cheers!
ElliottHi!
I see the meta tag but it’s grabbing an image that is not your featured image. Try editing the post and in the SEO settings hit the “Social” tab and set the image manually for the post. It says facebook but it will work for any service that uses the open graph meta tags.
Add this to your custom CSS to remove the post meta from your single post view.
.single .post-meta-infos { display: none !important; }Regards,
ElliottHi!
The problem is the customization in the header.php file your doing in your child theme. Upload a fresh copy of the header.php file there and then add your customizations in one by one to see which one is causing the problem.
Regards,
ElliottHi halvardesp!
I checked your link but it looks like you currently have it set to the bottom of your page. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Regards,
ElliottHey anogma!
Not sure what it could be off the top of my head. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi Hotelsolutions!
On smaller screens the columns change to 100% width so it’s whatever comes first in the document that gets displayed first. Since the columns are floated left the ones on the left will be displayed first.
If you’d like we can give you some CSS so they are floated right instead but you would have to edit all of your columns and change the order again.
Cheers!
ElliottHi BrendaSarg!
Try adding this to your custom CSS.
.avia-menu-fx { bottom: 100px !important; }Best regards,
ElliottMarch 18, 2015 at 6:45 pm in reply to: Boxed Layout – Background image for Main Content Area AND header #413888Hey BrendaSarg!
I see a crescent moon shaped image set to your header background. Are you trying to make that span the whole page? Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
It says they use the open graph meta tags (same as facebook), https://developer.linkedin.com/docs/share-on-linkedin, so the correct image should be set.
You said it’s not working on your “group” or “business” page? Do you have a featured image set?
Send us a link to the exact page / post where it’s not working and we’ll take a look.
Regards,
ElliottHi fidesco!
Your wondering where a user can register for your blog? The WordPress URL would look something like this.
yourdomain.com/wp-login.php?action=registerThere are lots of plugins out there though where you can setup custom register / login pages, forms, etc.
Regards,
ElliottHey Joshua!
You can use our tab shortcode for that, http://kriesi.at/themes/enfold/shortcodes/tabs/.
Cheers!
ElliottHey!
Did you add this to your custom CSS?
.html_header_transparency #main { padding-top: 0 !important; }If so then remove it to fix the layout issue your seeing.
Otherwise try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
Regards,
ElliottHey ondrej!
Does it work fine if you add this to your custom CSS?
.pp-embed { min-height: 200px !important; }Cheers!
ElliottHi pattersons!
Drag a codeblock element to that page and add this inside.
<style type = "text/css"> #main .masonry-not-first { border-top: 0 none !important; } </style>Regards,
ElliottHey microhound!
You can change the default number of posts in Dashboard > Settings > Reading. You can also use our blog posts shortcode and select how many posts you wish to display there as well.
Regards,
ElliottHi lucein1774!
Let’s try the following.
1. Deactivate all plugins.
2. Add this to your wp-config.php file.
define('CONCATENATE_SCRIPTS', false );3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
4. Make sure WordPress is updated.
If your still having trouble after doing the above four steps then send us a WordPress login and we’ll take a look.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Do this instead of the top margin.
#top .aviaccordion-title { position: absolute; top: 50%; }Regards,
ElliottMarch 18, 2015 at 6:03 pm in reply to: How to set typography on Enfold after the effin' 4.0.1 WP update? #413837Hi!
It would be better to add the weights on one line like so.
$fonts['Oswald'] = 'Oswald:300,400,700';And then add this to your custom CSS.
h2 { font-weight: 300 !important; } h1 { font-weight: 700 !important; }Regards,
ElliottHi alwaysahead!
We do not have any php file named global in the JS folder. If that file does exist in your theme folder then it’s possible your site has been hacked. Upload a fresh copy of the theme and ask your hosting provider for advise in securing your server.
Best regards,
ElliottHi dmoravec!
You can change the colors when you edit the button options, just click on the “Colors” tab and then select custom.
For the font size add this to your custom CSS.
.avia-button-wrap * { font-size: 20px !important; }Regards,
ElliottMarch 18, 2015 at 5:55 pm in reply to: I want to create a RSS feed output for a category within my wordpress #413826Hi!
Go ahead and create a backup first before updating.
Also be sure to deactivate all plugins to see if they are causing the problem.
Cheers!
ElliottHi DangerZone23!
1. In the color section background options try setting the position to top, center. If it’s a person then this should still have the head visible when resizing the browser window.
2. If you used a color section and set the background image then you can still add content inside the color section. You could then set the header to be transparent so it looks like that page.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey walkdesign!
For the fullscreen slider I would try an image around 1500 x 1500. It will still be resized a bit depending on the screen size but it should still look sharp.
Regards,
ElliottMarch 18, 2015 at 5:41 pm in reply to: Enfold 3.1: Blog entry on the frontpage appers as "read more" instead of full #413809Hey!
I see what you mean. Unfortunately I don’t think that is going to be feasible. For example if you used some sections in your blog post then that would probably destroy the layout in your blog page and not have the intended effect.
What I would do is just use the default editor or set a “custom excerpt” to that specific post instead so you can customize the look on the blog page and leave your single post view alone.
I’ll go ahead and add it to our issue list to see what our devs think though.
Cheers!
ElliottHi!
Unfortunately that is going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. Some good places to look for freelancers are Studio Envato and Werkpress.
Good luck!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
