Forum Replies Created
-
AuthorPosts
-
Hey draig!
Try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and check your server error logs for any useful information.
If you haven’t done so already then contact your hosting provider and let them know about this. It’s most likely something server related.
Best regards,
ElliottHey newuser1!
For the footer widgets you can change them in Dashboard > Appearance > Widgets. You can disable the footer or change the number of widgets that display there in Dashboard > Enfold > Footer.
To get a layout like in your link edit your page and set the header style to “Transparent header” and drag a color section element to the top of your page and give it a background image.
Besides what comes downloaded in the theme zip from themeforest you can find more documentation here, http://kriesi.at/documentation/enfold/videos/. Let us know if there is anything specific you need help with.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi Anaimation!
Try adding this to your custom CSS.
.av-image-hotspot_inner { display: none !important; }Cheers!
ElliottHey Hindy!
Do they work if you switch to the default editor instead of the layout builder when editing a post?
Best regards,
ElliottHi JustinGreis!
Did you try deactivating all of your plugins?
I couldn’t figure out which version of the theme your using either. If it’s not the latest, 3.2.3, then be sure to update.
Cheers!
ElliottHey Guilherme!
Yes, just make sure to surround them with this.
@media print { insert your CSS here }Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey Shineonseo!
Add this to your custom CSS.
.logo { display: none !important; }Best regards,
ElliottHey haydaw!
You can do this with our “Fullwidth sub menu” element. Drag it beneath your slider and make sure the “sticky submenu” option is checked in the shortcode options.
Regards,
ElliottHey david-rey!
Try deactivating all of your plugins. If your still having the problem then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi AdDesign!
Use this instead.
#scroll-top-link { display: block!important; }Regards,
ElliottHi silviouk!
We might be able to do it with CSS if we had a link to your page but it’s going to take a lot of work, you would only be able to use it once, and the pulse animations would look weird.
It would be best to just add the text inside the tooltips. There is also an option for replacing the numbers with blanks.
Cheers!
ElliottHi simonac!
Add this to your custom CSS.
.business_sort_sep::before { content: "\e800"; font-family: entypo-fontello; color: yellow !important; } .business_sort_sep { color: white; }Regards,
ElliottHi Lynne!
Go ahead and set up a grid row element and in the 1/2 cell add a special heading element centered with a link. Give the cell a background with the image you want to use and then send us a link to the page and we’ll see if we can give you some CSS for the hover.
Best regards,
ElliottHey Carlos!
Try adding this to your custom CSS.
.html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a { padding-right: 15px !important; }Best regards,
ElliottHey ErikHummel!
The area your looking for is line 386 in /enfold/config-templatebuilder/avia-shortcodes/postslider.php.
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';On the next line you could use this to display the categories.
$categories = get_the_category($the_id); if ( ! empty( $categories ) ) { $output .= '<a href="' . esc_url( get_category_link( $categories[0]->term_id ) ) . '">' . esc_html( $categories[0]->name ) . '</a>'; }Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi 3DStudio!
Add this to your custom CSS.
.active_sort span span { font-weight: bold; text-decoration: underline; }Regards,
ElliottHey edney23!
I think what your wanting to do is add this to your custom CSS.
.image-overlay { display: none !important; }Remove the customization you did that is causing the font problem and send us a link to your page so we can take a look.
Best regards,
ElliottHi!
Sorry, I thought you were talking about the navigation arrows. Your talking about the slideshow arrows as seen in the first portfolio item on our demo, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/.
To get that you’ll need to display the slideshow instead of the gallery in the portfolio post settings.
Best regards,
ElliottHi cliffrobbins!
Try deactivating all of your plugins to see if they are causing problems. If you have done customizations to the theme files then try uploading a fresh copy of the theme to see if they are causing problems.
Cheers!
ElliottHey peterolle!
Navigate to Dashboard > Settings > Permalinks and you can change the portfolio “base” there.
Cheers!
ElliottHi seby82!
Completely delete the theme from your WordPress theme directory via FTP and then navigate to Dashboard > Appearance > Themes > Add new and install the theme again.
If your still having problems then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey simonac!
If you place them on the left side then they may be hidden on certain screen sizes. You can do so with this CSS though.
#js_sort_items a { float: none !important; } #js_sort_items { left: -140px; position: absolute; top: -10px; z-index: 999; } .sort_width_container, #js_sort_items { overflow: visible !important; }Regards,
ElliottHi!
Yes, there currently is no “rel” option in our layout builder so you would need to do it that way. This is rare request but you could try creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets some more interest then we may see some more options get added in a future update.
Best regards,
ElliottHey!
For only portfolio posts try this out.
add_filter( 'avia_post_nav_settings', 'enfold_customization_post_nav', 99 ); function enfold_customization_post_nav( $settings ) { if ( get_post_type() == 'portfolio' ) { $settings['is_fullwidth'] = false; } return $settings; }Regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi Roger!
Yes, it’s all done with CSS. Send us a link to your page if your still having trouble and we’ll see what we can do.
Cheers!
ElliottHi pixelshack!
I think it’s possible but not without lots of editing to the Woocommerce backend. It’s kind of bordering on custom work anyway so it would be best to contact Woocommerce support about this to see if there is an easy way I do not know about.
I did not see the customization you did on your site though because you have it set that you have to be registered to go through the checkout process.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey!
It looks like it worked. Good job. :)
You could just add a new line beneath it like so to target your custom links.
$('body').avia_scrollspy({target:'.main_menu .menu li > a'}); $('body').avia_scrollspy({target:'.customLinks'});Best regards,
ElliottHi!
For the countdown I’m not sure what we can do. There just isn’t enough space for the labels your using. Would you like to try displaying them on top of each other instead of in one line?
For the hotspots what happens when you add this to your custom CSS?
.av-tt-xlarge-width { width: 240px !important; }The tooltips have a width setting. I would try setting it to the default instead of large or extra large.
Best regards,
ElliottJuly 21, 2015 at 3:33 pm in reply to: Is it possible to have a different picture as a thumbnail? #476558Hey!
Sorry, I don’t think it’s possible with the accordion slider without doing lots of customization. You could consider adding a button to each slide caption to have the fullsize image open in a popup.
Regards,
ElliottHey!
It sounds like you would have to extract the folder they give you inside the theme folder. It doesn’t look like it was made for WordPress because they are having you add your categories, etc etc, inside XML files.
Are you just trying to create a job listing? There are much easier ways to do that in WordPress, https://wordpress.org/plugins/wp-job-manager/.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
-
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
