Forum Replies Created
-
AuthorPosts
-
December 3, 2014 at 7:06 pm in reply to: increase size of pointing-down arrow on full-screen slider video #362380
Hey charger70!
Add this to your custom CSS.
.scroll-down-link { color: yellow !important; font-size: 200px !important; }Best regards,
ElliottHey!
Add this.
.main_menu li { text-align: center !important; }You would just increase the top padding a bit more to center them vertically.
Regards,
ElliottHey!
Add this around line 17 in your functions.php file.
add_theme_support('avia_disable_import_export');And try commenting out line 288 in /enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php.
//new avia_tinyMCE_button($tiny);Regards,
ElliottHey!
I’m sorry but I’m not sure I understand. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Also, the screenshot you provided does not work. Try using, http://imgur.com/, to upload your screenshots.
Best regards,
ElliottHi!
The lightbox should be autoplaying the video when it pops up which is what is happening on my end. What device / browser are you using?
Best regards,
ElliottHi Marcelo!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) { #advanced_menu_toggle { display: block !important; } nav.main_menu { display: none !important; } }You may need to play around with the 959px value to match the width of your screen.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
1. On the blog page the H1 is switched to a strong tag for SEO reasons. You can add this CSS to style it.
strong.main-title { text-transform: none !important; font-weight: normal; font-family:’Pacifico’; font-size: 20px; }2. It’s from the elements your using. The HR elements have a bottom margin applied.
3. There is no setting for that yet. You can request it here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get something worked out in a future update.
Regards,
ElliottHi mcraig77!
It looks like your using Enfold 2.9.2. Updating to the latest version, 3.0.4, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey bogosavljev!
Try this out, https://kriesi.at/support/topic/using-a-different-logo-size-on-mobile-devices-possible/.
Cheers!
ElliottHi!
Try this out.
add_filter(‘avf_title_args’, ‘fix_single_post_title’, 10, 2); function fix_single_post_title($args,$id) { if ( ICL_LANGUAGE_CODE == 'de' ) { $args['title'] = "Blog – Die aktuellsten Neuigkeiten"; $args['link'] = get_permalink($id); $args['heading'] = ‘h1′; } if ( ICL_LANGUAGE_CODE == 'en' ) { $args['title'] = "Blog - Latest News"; $args['link'] = get_permalink($id); $args['heading'] = ‘h1′; } return $args; }Regards,
ElliottDecember 3, 2014 at 6:27 pm in reply to: How to create Custom Post Type (CPT) and will previous & next links work? #362332Hey Marc!
Have you considered using post formats? http://www.wpbeginner.com/glossary/post-formats/
The previous and next links will still work with them and you can create custom lists with our blog posts element. Just select a custom taxonomy and then choose whatever post format you want to display.
Cheers!
ElliottHey KolbeGT!
Try adding this.
.main_menu, #header_main_alternate { display: block !important; }Cheers!
ElliottDecember 3, 2014 at 6:18 pm in reply to: Grid Rows don't listen to "Maximum Container width" #362319Hi!
If you need to change the background then use a color section and add the columns inside it.
Best regards,
ElliottHi imoutsidethebox2!
Are you trying to do this?
div .av_three_fourth { margin-left: 1% !important; }You could just drag a codeblock element to your page and add this inside.
<style type = "text/css"> div .av_three_fourth { margin-left: 1% !important; } </style>Cheers!
ElliottHey aaine!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px 10px !important; } }Best regards,
ElliottHi!
Add this as well.
.current-menu-parent > a > .avia-menu-text { color: red !important; }That will make the top level links red when your viewing a child page.
Cheers!
ElliottHey macinr!
It’s currently not possible to get your archive posts to display with the masonry shortcode but if your just wanting to create a blog page that uses that layout then you would just create a new page and drag the Masonry element to your content.
You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we’ll see if we can get it added in a future update.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
You can upload your screenshots to imgur.com and then copy the URL and here in the forums when you write your post click on the img button and paste the URL inside.
1. You can navigate to Dashboard > Appearance > Themes and activate any theme other than Enfold to see if it’s a problem with Enfold or not.
2. I do not see the “Framing” heading your referring to. If you want to change the colors of the headings then click on the “Colors” tab when editing the special heading elements.
3. I added your code back into the codeblock element and it appears to be working fine.
Best regards,
ElliottDecember 3, 2014 at 5:40 pm in reply to: Question: It is possible to show pagination also on the top? #362293Hey!
Try adding this.
.tax-product_cat .pagination { display: block !important; } .woocommerce .pagination { display: none; }Cheers!
ElliottHey!
I deactivated all of your plugins and it seems to work fine. Go ahead and deactivate them one by one to see which one is causing the problem.
Regards,
ElliottHi aaine!
It looks like it’s coming from your separator. Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .hr-inner { width: 50px !important; } }Regards,
ElliottDecember 3, 2014 at 5:19 pm in reply to: Webm video background on color section does not play #362269Hi havi!
Both videos are loading and playing fine on my end. Try clearing your browser cache. If that does not work then try viewing in a different browser to see if it displays there.
Best regards,
ElliottHey!
You can move it up or down with this.
#equipment .avia-content-slider-inner { top: 60px; }Use a negative value to move it up. And then just set a custom pixel value to use for the color section height when you edit the color section element.
Regards,
ElliottHi!
Let’s try the following.
1. Deactivate all plugins.
2. Delete your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks.
3. Delete Enfold from your WordPress theme directory via FTP and then download + upload a fresh copy.
Cheers!
ElliottHey!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and you can see the URLs used in the shortcodes and switch them in the debug view.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 3, 2014 at 5:06 pm in reply to: Disable Posttype picture while using Multi Author Blog #362252Hi Snarkoon!
Try opening up /enfold/includes/loop-index.php and change line 107 from this.
if($post_format == 'standard')To this.
if( 1 == 1 )Best regards,
ElliottHey jcphotos06!
It sounds like not all of the files are being uploaded properly. Try completely deleting all copies of the theme you see in your WordPress theme directory and then download + upload a fresh copy with these instructions, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Best regards,
ElliottHi dlimtiaco!
For some reason your footer is being shoved into the main_color div. This is usually from an element that is not closed properly in your content but I could not find it.
Try removing all of the content in your page and save to see if it goes back to normal. If it does then that means it’s something wrong with your content and I would add it back in piece by piece to try and find the problem element.
If your still having the problem after that then 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.
Regards,
ElliottHey!
That would take a lot of time and code and would have to be considered custom work. It would be best to use the icon box shortcode instead.
Cheers!
ElliottHey bobbymarley25!
When editing a page there will be a button in your tinyMCE bar which resembles a magic wand. You can click on that to insert shortcodes into your content.
Or click on the blue button that says “Advanced Layout Editor” and you can drag the elements to your content.
Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
