Forum Replies Created
-
AuthorPosts
-
Hey Peter!
I viewed your link but I’m not sure I understand.
Are you wanting to have a fixed background image?
Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottJanuary 20, 2015 at 9:15 pm in reply to: Text Widget – Display squares or bullets in unordered list #382704Hey apanaretos!
Drag a text widget to your footer widget area and add this inside.
<ul> <li>List item 1</li> <li>List item 2</li> </ul>See here for changing the style, http://www.w3schools.com/cssref/pr_list-style-type.asp.
Best regards,
ElliottJanuary 20, 2015 at 9:14 pm in reply to: Changing the sidebar width and keeping it responsive (part II.) #382702Hi Attila!
There is no need to edit files. You can change the sidebar width in Dashboard > Enfold > General Layout > Dimensions.
Best regards,
ElliottHey!
Your using Enfold 2.9.2. Let’s go ahead and update Enfold to the latest version, 3.0.5, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi ligpunt!
Navigate to Dashboard > Appearance > Menus and click on the dropdown for your menu links. There will be an option for changing the menu style which you can switch them all to the button colored style.
For the sub menus navigate to Dashboard > Enfold > Advanced Styling and you can change their font there.
Regards,
ElliottHey vidaelf!
That would take a lot of time and code so it would have to be considered custom work. There are lots of slider plugins out there so perhaps you can find one that has both of those options, https://wordpress.org/plugins/.
Regards,
ElliottHi!
You have it nested inside a 1/1 column. Remove the column and it will go full width.
Regards,
ElliottHi!
You could try using the ava_main_header hook and the do_shortcode function.
add_action( 'ava_main_header', 'enfold_customization_add_stuff' ); function enfold_customization_add_stuff() { echo do_shortcode('[your_shortcode_goes_here]'); }http://codex.wordpress.org/Function_Reference/do_shortcode
Regards,
ElliottHi!
I’m not familiar with that button. It’s probably being added by a plugin.
Make sure all plugins are deactivated and that WordPress is updated.
Cheers!
ElliottHi!
Your CSS is a bit messed up. I think it’s from your “autooptimize” plugin. Go ahead and deactivate all of your plugins to see if that fixes it. If it does then reactivate them one by one to see which one is causing the problem.
Best regards,
ElliottHi!
Go ahead and deactivate all plugins and send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey ppc1337!
If you have edited the theme files then they will be lost when you update. Instead you should use a child theme, http://kriesi.at/documentation/enfold/downloads/.
Cheers!
ElliottHey visualpro!
Send us a link and we’ll take a look.
Also, it would be great if you could take a screenshot of your table in the layout builder so we can see how you have it setup.
Best regards,
ElliottHi ProAnts!
1. Are you talking about the newsletter form in your footer?
2. It’s not shrinking for me on hover so I’m not sure what your talking about here. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHey venomhax!
It seems to be working fine on my end. Take a screenshot and highlight what your seeing so we can get a better idea of what’s going on.
Best regards,
ElliottHi SeizeTheBeat!
Use a codeblock element and add this inside.
<div style = "background: rgba(0,0,0,0.3);padding:10px;color:white;"> Your text goes here. </div>Best regards,
ElliottHey GOWD!
I see the CSS being applied on my end. Try clearing your browser cache or view in a different browser.
Best regards,
ElliottHey Nickkentie!
What you’ll want to do is edit your logo and add a bit of white space to the top of it. This will make sure it stays centered when you scroll down the page and also on mobiles.
If you want it to look sharper on retina screens then you’ll want to upload a larger sized logo.
Best regards,
ElliottHi jlarmen!
Open up /enfold/includes/loop-index.php and change line 100 from this.
echo "<div class='blog-meta'>";To this.
if ( $slider ) { echo "<div class='blog-meta'>"; } else { echo "<div class='blog-meta' style = 'display:none;'>"; }Best regards,
ElliottHey!
If you use our child theme, http://kriesi.at/documentation/enfold/downloads/, then you can create a new folder inside it called “shortcodes” and then copy the toggles.php file into the folder and edit it.
Best regards,
ElliottHi!
Add this to your custom CSS.
.av-image-caption-overlay { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7) !important } .avia-image-container:hover img { filter: grayscale(100%) !important; }Best regards,
ElliottHi Kevin!
Unfortunately it would take a lot of script customization to add that feature in. I don’t know of any slider scripts that do this but you might be able to find a slider plugin that has this feature.
Feel free to request this feature here, https://kriesi.at/support/enfold-feature-requests/.
Best regards,
ElliottHi!
You can open up /enfold/config-woocommerce/config.php and change line 801 from this.
$output .= "<ul class = 'cart_dropdown' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>";To this.
$output .= "<ul class = 'cart_dropdown' data-success='".__('was added to the cart', 'avia_framework')."'>".$cart_subtotal."<li class='cart_dropdown_first'>";But with what your trying to do it’s going to take a lot more work to the CSS and JS so you will want to hire a freelancer to help you out with this customization.
Regards,
ElliottHey!
1. + 2. This is going to take a lot of time and code and would have to be considered custom work.
3. If your just trying to create some white space you could use a color section or the separator element. Send us a link to your page so we can get a better idea of your layout.
Regards,
ElliottJanuary 20, 2015 at 5:42 pm in reply to: How do you show FULL FILE INFORMATION on the thumbnails in "Add multiple Images" #382563Hi!
Is the problem that your wanting to set the alt text when selecting your images with the partner/logo element? You can already set the size of the logos in the shortcode options. It’s going to take too much customization to be able to add that feature in by yourself but as Andy suggested you could add a feature request and we’ll see if we can get something worked out in a future update.
Best regards,
ElliottHi!
Is this how your doing it?
.main_color { background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff; }Remove that and add it to the header background instead in Dashboard > Enfold > General Styling > Logo Area.
Cheers!
ElliottJanuary 20, 2015 at 12:25 am in reply to: Problem with Text Block not showing all of the funtionality #382202Hi cobalt_blue_1!
I’m not sure I understand correctly but it sounds like your talking about the tinyMCE buttons when the Visual editor is active. The last button should be the magic wand button which you use to insert our theme shortcodes. The button right next to it is the “Toolbar toggle” button which you can click to see the rest of the tinyMCE buttons.
If that’s not what your referring to then take a screenshot of what’s going on so we can get a better idea.
Regards,
ElliottHey stewroids!
It sounds like you will want to create posts for each exercise and for example if a certain exercise is arms and back muscle group then you would assign it to the “arms” and “back” categories.
You could then create a page and add links to each category or use our Masonry shortcode to let the user sort between them.
Best regards,
ElliottJanuary 20, 2015 at 12:16 am in reply to: Best place for displaying country flags on multilingual wordpress #382194Hi glamira!
I recommend checking out WPML to create a multilingual site. It’s a lot easier.
If you want to create separate sites then you can add links to them in the secondary menu area. If you edit the navigation labels of those links you can also add flag images inside.
<img src = "URL to your flag image" /> EnglishRegards,
ElliottHi Rurartenvato!
This does not sound like a theme problem but send us a WordPress login and we’ll take a look.
Be sure to deactivate all plugins while testing.
Cheers!
Elliott -
AuthorPosts
