Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the info. I checked the page but I don’t see any blog page. Please create one then we’ll check it.
EDIT: I created a test page with the blog posts element. The pagination is working as expected: http://mhdb.swamped.com/test-blog/
Cheers!
IsmaelHi!
Oh. Okay. So “Services” is not a page but a category. I’m sorry but there is no built in function to display the child of a category. Again, unfortunately, you might need to hire someone to build a custom function for it.
Regards,
IsmaelHi stephenturner!
Thank you for using Enfold.
Please use this:
.avia_message_box { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }If it doesn’t work, add the !important attribute right after the css values.
Cheers!
IsmaelHi xyzb!
Thank you for using Enfold.
Which of the class attributes are not working? Please be specific. A link to the page with the issue will help.
Cheers!
IsmaelHi Coco!
Thank you for using Enfold.
There is actually no specified space or margins between text blocks. Did you place the text block inside a column? Please create a test page or post a screenshot of the issue.
Cheers!
IsmaelHi Coco!
Thank you for using Enfold.
I’m sorry but I’m not sure I understand the inquiry. If possible, please create a test page and a screenshot of the issue. Use imgur or dropbox for the screenshot.
Cheers!
IsmaelApril 24, 2015 at 9:25 am in reply to: Removing White Space between Page Contents and header #433973Hi ryandewitt!
Thank you for using Enfold.
You can use this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive .content { border: none; padding-top: 0; }}I also noticed that the logo is not vertically aligned so you can add this:
strong.logo { top: 20%; }Cheers!
IsmaelHey!
It’s not possible to apply different fonts on the same paragraph so you have to use span tags or any html contaienrs with class attribute to differentiate the two.
Cheers!
IsmaelApril 24, 2015 at 9:03 am in reply to: Sidebar ON for post single but OFF for portfolio single #433958Hi!
Add this in the functions.php file if you want the portfolio to have no sidebar:
add_filter('avia_layout_filter', 'avia_change_portfolio_layout', 10, 2); function avia_change_portfolio_layout($layout, $post_id){ if(is_singular('portfolio')) { $layout['current']['main'] = "fullsize"; } return $layout; }Best regards,
IsmaelApril 24, 2015 at 8:53 am in reply to: How to change position of WPML langs on the right of my secondary menu #433954Hey!
Thank you for using Enfold.
Add this in the Quick CSS field:
ul.avia_wpml_language_switch { position: absolute; right: -750px; left: auto; float: none !important; }Use css media queries to adjust the right position of the flags on smaller screens.
Regards,
IsmaelHi sasha!
Thank you for using Enfold.
I’m sorry but I’m not sure if I understand the issue. Can you please provide a screenshot or a link to a test page? Use imgur or dropbox for the screenshot.
Cheers!
IsmaelHi Naser!
Thank you for using Enfold.
That is strange. Did you add any modifications in the theme? Please try to deactivate all plugins then test it again. If possible, create a test page then insert the masonry element. We would like to check it.
Best regards,
IsmaelHi!
@lerama: Thanks for sharing. Hosting plan do have a huge impact regarding page speed. Availing the most affordable plan is really not advisable especially when you’re using WordPress.
@pablo: Install cache and minify plugins and make sure that images are fully optmize:http://wordpress.org/plugins/bwp-minify/
http://wordpress.org/plugins/wp-super-cache/I noticed that the site is loading inside a frame. Why is that? It will disable the responsive nature of the site.
Regards,
IsmaelHey!
You can disable the Hide Mobile Menu Submenu Items option on Enfold > Header > Mobile menu to display all menu items by default including the sub menu.
Regards,
IsmaelHi dm!
Thank you for using Enfold.
Use this to resize the image:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: 100%; }Best regards,
IsmaelHey!
Please use this to remove the image overlay:
span.image-overlay { display: none !important; }Regards,
IsmaelHey!
Are you sure that this is the correct facebook page?
https://www.facebook.com/pages/JEAN-NOEL-INFORMATIQUE/146095742130758
I tried to access it but it’s not available.
Regards,
IsmaelHi brandybrand!
Thank you for using Enfold.
The actual website url is missing. Please post it here. Did you edit any theme files? Or add any modifications in the theme?
Best regards,
IsmaelHey!
You can use imgur or dropbox if you want to post a screenshot. You can limit the size of the widget by placing it inside a container with a custom class attribute. Something like this:
<div class="limit-width"> WIDGET HERE </div>Add the css code in the Quick CSS Field:
.limit-width { width: 50%; }If you’re not sure what to do, please hire a freelance developer to help you add a custom widget above the archive pages.
Cheers!
IsmaelHey!
Menus are commonly displayed right below the header or either side of the page, not below the slider. And if a website does have a menu below the slider, it is usually a sub or support menu, not the main menu. Anyway, you can post that request here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
IsmaelApril 24, 2015 at 8:08 am in reply to: since wp update 4.1.2 enfold pages messed up and turned into entries, no more me #433922Hi!
WordPress updates should not delete any of the entries or pages. Please ask your hosting provider to restore the site. We will test the WordPress 4.2 on our installation and report back to this thread immediately.
Best regards,
IsmaelHi!
Looks like you don’t have the latest version of the theme that’s why it is breaking. Please update the theme to 3.1.3 to make it compatible with the latest version of WP.
Cheers!
IsmaelHi!
Please try to switch to the default themes. Delete the menus then switch again to Enfold. Re-create the menu from scratch. Might have to do with a broken or corrupted menu item as described on the previous post:
I did reproduce the menu issue on my end, it was happening due to menu corruption. I fixed it, you should be able to access now:
I’ll ask Josue to check it.
Regards,
IsmaelHi!
Use this:
.title_container .breadcrumb { position: relative; right: auto; top: 0; margin-top: 0px; padding-bottom: 8px; overflow: hidden; left: -2px; }Regards,
IsmaelHey!
The code should decrease the padding of the mega menu title. Don’t use the mega menu option if you want to create dropdown menu. Please remove browser cache then reload the page.
EDIT: It’s not working because the > symbol is automatically converted. What is the text editor that you’re using?
http://www.regalosbajoprecio.com/
Regards,
IsmaelHi!
It should be:
.page-id-XX .column-top-margin { margin-top:0px; }Best regards,
IsmaelHey!
Use this:
li#menu-item-149 a .avia-menu-text { background: red; }Please refer to this link on how to grab the correct menu selectors: http://kb.oboxthemes.com/articles/how-to-get-css-styles-for-elements/
Cheers!
IsmaelHey!
Note that the color section, in this case, the portfolio grid, will push the sidebar below or underneath it. And since you don’t have any content below the portfolio grid (section) it doesn’t display the sidebar. I place the portfolio grid element inside a 1/1 column layout to make sure that it doesn’t create any section.
Best regards,
IsmaelHi!
It works on our installation. Make sure that you place the code below line 16 on functions.php. Did you select the fonts in Enfold > General Styling fonts panel?
Regards,
IsmaelHey!
Did you add any html tags inside the page? Make sure that you close them properly. The section with the issue is outside the wrap_all container. It should be inside. Add this in the Quick CSS field to fix the columns temporarily:
@media only screen and (max-width: 767px) { .responsive .flex_column { width: 100% !important; margin-left: 0; }}Check the page and look for any unclosed html tags.
Best regards,
Ismael -
AuthorPosts
