Forum Replies Created
-
AuthorPosts
-
November 27, 2015 at 10:18 pm in reply to: Mobile menu for iPad landscape and iPad mini landscape #543854
Hey Pasi91!
Navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for tablets.
Best regards,
ElliottHey!
We’ll need a link to your site as well.
Regards,
ElliottNovember 27, 2015 at 10:08 pm in reply to: Increasing number of portfolio items in portfolio category no in backed builder. #543844Hi Codice404!
You can set the amount of posts that display per page in Dashboard > Settings > Reading > Blog pages show at most. It will effect the archives as well.
But to answer your question, it should look like this.
$grid = new avia_post_grid(array( 'linking' => '', 'columns' => '3', 'items' => 10, 'contents' => 'title', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, ));
Best regards,
ElliottHi Vinicius!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottNovember 27, 2015 at 10:03 pm in reply to: Content from multiple pages keeps appearing on first page #543840Hi focusapps!
Your site appears to be under a maintenance mode plugin. Make sure to deactivate all plugins while testing and that your using the latest version of Enfold, 3.4.4.
Also be sure that you set the front page in Dashboard > Enfold > Theme Options and not in Dashboard > Settings > Reading.
Best regards,
ElliottHi!
You had a couple of pages in your trash that I deleted permanently and it started to work again so I assume one of those pages also had a permalink of “vacancy”. When you use a custom permalink structure like that you have to make sure that you do not reproduce the same permalinks in your posts / pages, etc etc, otherwise you’ll get a 404. It would be best to just use the standard postname permalink.
It’s a WordPress issue and doesn’t have anything to do with Enfold.
Regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
November 27, 2015 at 9:56 pm in reply to: Setting custom background image when not in boxed mode #543836Hi colinredbond!
It would be easier to use the Enfold styling options. Navigate to Dashboard > Enfold > General Styling > Main Content and you can set a background image here.
Best regards,
ElliottHey Janinifee!
Set the post to display a right sidebar instead of full width and then add this to your custom CSS.
.single main { width: 100% !important; border-right: 0px !important; } .single aside { display: none !important; }
If that is not correct then send us a link to your post so we can take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi stefanswebdesign!
Hmm, your site is timing out for me. Contact your hosting provider and check to see if everything is ok. Also, please take a screenshot and highlight the change your trying to do so we can get a better idea.
Cheers!
ElliottHi Andreas!
Try unzipping the file you downloaded from themeforest and inside you should see a couple of folders and documentation, etc etc. There should be a folder named just “enfold”. Zip that up into it’s own archive and try uploading that in the dashboard.
Cheers!
ElliottHey marcellovoc!
Drag the widget area element to your page and have it display a custom sidebar that you create in Dashboard > Appearance > Widgets. In the custom sidebar drag the categories widget to display all of your categories.
Best regards,
ElliottHi Allegrif!
I don’t see any comment form in your link. Send us a link to the exact page / post where the form is displaying and take a screenshot highlighting the exact element your trying to edit and we’ll see if it’s an easy fix. Otherwise it would be best to contact the plugin author for help.
Cheers!
ElliottNovember 27, 2015 at 9:38 pm in reply to: How to use short codes of layer slider and elements in may custom template #543825Hey!
It works fine. Your just not supposed to be using it like that. You can try adding some extra div tags before / after it to try and fix the layout.
echo '</div></div>'; echo '<div><div>';
I’m not sure what exactly is needed though.
Best regards,
ElliottHi danielvnielsen!
Not sure what it could be. I would try deleting the page and recreating it.
I don’t think it’s a plugin but go ahead and deactivate them while testing.
Best regards,
ElliottHey Peter!
You can find that on line 386 in the /enfold/config-templatebuilder/avia-shortcodes/iconlist.php file.
$output .= "<h4 class='iconlist_title' {$markup} {$this->title_styling}>".$atts['title']."</h4>";
Cheers!
ElliottHey!
That’s kind of a difficult thing to do actually. Maybe this CSS would work.
#top #main .sidebar { min-height: 9999px; position: absolute !important; max-width: 23% !important; padding-right: 10% !important; }
If that does not work then I would try setting a background to the main content container. You could set it as 1 x 960 or however wide you have your container set to and then color one side white and the other gray and have it set to repeat.
Best regards,
ElliottHey James!
Yes, it was a small typo. Should be fixed now.
Regards,
ElliottNovember 27, 2015 at 9:24 pm in reply to: Random display portfolio only works on 1 page, not the second one? #543818Hey!
It’s because of your Post Types Order plugin. I’m guessing you set a custom order for those specific posts in the plugin and it’s overwriting the query.
Cheers!
ElliottHey!
Try changing line 126 in the functions.php file.
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
And then regenerate the thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
ElliottHi!
Sorry, it looks like I replied to the wrong post for some reason.
Edit your LayerSlider and click on the “Slider Settings” tab. The first option is the slider width. If you set it to 100% then it will use the value you have set in the maximum container width value in Dashboard > Enfold > General Layout > Dimensions.
Best regards,
ElliottHey BrendaSarg!
Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 767px) and (min-width: 990px) { #av_section_1 .av_one_fourth { width: 100% !important; margin-right: 0px !important; margin-left: 0px !important; } } </style>
Regards,
ElliottNovember 27, 2015 at 6:53 pm in reply to: Limit navigation between posts to one category of woocommerce product #543780Hey frenchfries!
Add that code to a child theme and then send us a WordPress login so we can check.
Regards,
ElliottHey!
Are you wanting to reduce the left / right padding? Go ahead and upload the screenshots so we can get an idea of how your wanting it to look.
You can upload the images to imgur.com and then copy the URLs and paste them inside the popup when clicking on the “img” button in the editor when writing your reply.
Best regards,
ElliottHey!
The problem seems to be in your child theme. I activated Enfold instead of the child theme and deactivated all plugins (you have quite a few) and the problems went away.
Regards,
ElliottHey!
Your link is not loading for me. Do we need to login? If so then please send us login information. Be sure to set your reply as private.
I viewed your previous link but it looks like you have the default theme activated and not Enfold.
Regards,
ElliottNovember 27, 2015 at 6:32 pm in reply to: Blog posts do not change, when clicking to next page #543769Hey!
Not sure what’s going on there. I created a new page, “Test2”, and setup two blog grids with offsets but the pagination is working fine. It’s just not wanting to work on that page for some reason. Perhaps it has something to do with it being set as the homepage. What happens when you try to set Test2 as the homepage?
Best regards,
ElliottHey Wellington!
Try this out, https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/.
Best regards,
ElliottHi!
Should be working now. I added this to your Quick CSS.
#top .avia_mega_menu_columns_6:hover .sub-menu { display: block !important; } .avia_mega_div .sub-menu .sub-menu { display: none !important; }
Regards,
ElliottHi!
@customcms, Your probably looking for the code around line 190 in the /enfold/config-woocommerce/config.php file.
@KlausW, That’s correct, we do not use template files. We use the Woocommerce filters. You can find them all in the file I mentioned to customcms. Your trying to change something about the price?Best regards,
ElliottNovember 27, 2015 at 5:58 pm in reply to: Session errors and Masonry Gallery and Full Width Slider disappearing #543746Hi!
Try the solutions listed in these topics for clearing up the session errors.
https://kriesi.at/support/topic/help-trying-to-understand-error-message/#post-447476
https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/
Cheers!
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts