Forum Replies Created
-
AuthorPosts
-
August 10, 2015 at 8:17 pm in reply to: How can i change the german sentence in my English Theme #485593
Hey Hande!
I’m not really sure I understand. If you want your site to display in English then you would just type out the text in English.
If your asking how to have your site display in multiple languages then a plugin such as WPML, https://wpml.org/, would be your best bet.
Cheers!
ElliottHi!
Yes, using a child theme is a good habit to get into, http://kriesi.at/documentation/enfold/downloads/. After activating the child theme you can import your settings in Dashboard > Enfold > Import/Export.
Cheers!
ElliottHi user877!
I don’t think it’s possible currently. It would be a good thing to ask in a CSS forum.
Regards,
ElliottHey ekalentzis!
It would take a lot of time and code to implement something like that so it would have to be considered custom work. You could try finding a plugin that does this sort of thing but I do not know of any that I can recommend. It would probably be best to hire a freelancer to help you out with this.
Best regards,
ElliottHi ZoranP86!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the page before creating a new one.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above three steps then update the login you provided to administrator so we can do further testing.
Best regards,
ElliottHey!
Sorry there was a typo. It should be working now.
Cheers!
ElliottHi!
That code will display the site in a popup when you click on the links instead of in a new tab. I’m not sure what you mean by “doesn’t show the website as good as the parent one”. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottHey candeos!
Hmm, perhaps you have set black backgrounds for some of the content areas in the general styling settings.
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi fulanoinc!
You can set this in Dashboard > Enfold > General Layout > Logo and Main Menu.
Best regards,
ElliottHey Straver-reclame!
If your header is not set to be sticky then yes you could use some CSS like this.
.logo { top: 50px !important; } .logo, .logo * { max-height: auto !important; height: auto !important; }Cheers!
ElliottHey mneuhardt01!
Hmm, that page looks pretty weird. All I see is a bunch of scripts in the page content. Try deactivating all of your plugins to see what happens.
If that does not help then send us a WordPress login so we can take a closer look.
Regards,
ElliottAugust 10, 2015 at 4:52 pm in reply to: Changing the Archive Pages (category/tag) – no header, no sidebar, color #485457Hey!
In the /enfold/includes/loop-index.php file around line 190 you should see this.
the_author_posts_link();Try changing it to this.
?><a href = "URL to your page"><?php echo get_the_author_meta( 'display_name' ); ?></a><?phpCheers!
ElliottHi!
When you activate the child theme it will behave like a completely new theme with default settings. There is an option for importing the parent theme settings in Dashboard > Enfold > Import/Export though.
If your still having trouble after adding the code to the child theme functions.php file then send us a WordPress login and we’ll take a look.
Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey neverstar!
So the script needs that code in the page somewhere correct? Try just adding it to the slide caption text instead of using the actual button options.
Regards,
ElliottHey dalboslampen!
Your site is under maintenance mode. Send us a login and we’ll take a look.
Regards,
ElliottHey kihlbaum!
I’ve never used sticky posts with Enfold before but I think the default behaviour is showing the latest sticky post at the top, https://codex.wordpress.org/Sticky_Posts. Can you send us a link to your page so we can take a look?
Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey dday900!
Can you send us a link to your page so we can take a look?
Regards,
ElliottHi Dave!
Export a copy of the theme settings in Dashboard > Enfold > Import/Export and keep it in a safe place. Make sure to update it when any changes have been done to the site settings.
Best regards,
ElliottHi!
To only target the transparent header then change it to this.
.av_header_transparency .header_bg { border-bottom: 1px dashed cyan!important; position: relative; top: -43px; opacity: 1 !important; background: transparent !important; }Cheers!
ElliottHey!
It looks like you want an image to display on top of the post content and the sidebar as well. You’ll need to use the color section element and either add an image inside it or set an image to the color section background.
For regular posts you would need to use the layout builder to do this.
Cheers!
ElliottAugust 10, 2015 at 4:22 pm in reply to: post format disappearing when changing to Advanced Layout #485429Hi!
Yes that is the proper behaviour. If you want the posts to behave like regular posts and not pages then you’ll need to use the default editor. The layout builder is for users who need complete control over how their posts display.
Regards,
ElliottHey nini_bacher!
Are you viewing in portrait mode? There just isn’t much that can be done here unfortunately. Not unless you upload an image with a portrait aspect ratio.
If you want we can force the image into your phone screen dimensions with CSS but then it would look distorted.
Cheers!
ElliottAugust 10, 2015 at 4:17 pm in reply to: Turning off responsiveness on desktop and tablet but not on mobile? #485424Hi!
You could add your own CSS in a child theme stylesheet and use the !important override to make sure it gets set.
a { color: red !important; }That is how you would use it.
Best regards,
ElliottHi benefacere!
We do not have any elements for that currently. You could insert your own images with our gallery shortcode or other image elements though.
Best regards,
ElliottAugust 10, 2015 at 3:41 pm in reply to: Drop cap 1 used in single post not showing up elsewhere #485395Hey!
Try setting it in the excerpt field when editing your post. If you do not see the excerpt area then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Regards,
ElliottHi baramagnus!
Add this to your custom CSS for the button alignments.
@media screen and (max-width: 450px) { #top .avia-slideshow-button.avia-color-light { margin: 12px 0px !important; } }I don’t see any of the other issues on my Motorola E. Make sure your using the Chrome browser instead of the Samsung browser.
Regards,
ElliottHi!
Are you using the posts to populate the accordion slider? If so then try changing line 497 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php file from this.
$query = array( 'orderby' => 'date',To this.
$query = array( 'orderby' => 'rand',Best regards,
ElliottAugust 10, 2015 at 3:29 pm in reply to: Changing the Archive Pages (category/tag) – no header, no sidebar, color #485385Hi!
1. Are you talking about the author post meta link?
2. You could drag the blog posts element to your page content in the layout builder and then set it to display from a certain category or tag. It will function just like the related posts.
Regards,
ElliottHey Anton!
That’s actually for the portfolios, we’ll get it updated. Try this out instead.
add_filter('avia_blog_post_query', 'avia_modify_post_grid_query_rand'); function avia_modify_post_grid_query_rand( $query ) { $query['orderby'] = 'rand'; return $query; }No further editing should be required. Pagination will not work with random queries so keep that in mind.
Cheers!
ElliottHey!
Install a child theme, http://kriesi.at/documentation/enfold/downloads/, and place it in the bottom of the child theme functions.php file.
Regards,
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
