Forum Replies Created
-
AuthorPosts
-
Hi!
I’m not sure I understand. It looks like your wanting to use the grid row element though, if your wanting the columns to expand to the full width of the screen.
Best regards,
ElliottHey!
Maybe I am misunderstanding. Your site is the mancruiser site and your trying to make the menu look like a regular menu as in the manrollo site?
You would just navigate to Dashboard > Appearance > Menu and make sure none of your links are set to display as mega menus. Be sure to watch this, https://vimeo.com/92503669.
Regards,
ElliottHey!
Can you send us a link to the exact page where your using it? I tried viewing your links but the first one says unknown post type and the second one is a 404.
Cheers!
ElliottHey!
Sorry, I do not know of one. Glad you got it sorted.
Regards,
ElliottHi!
Oh I see what you mean now. Try this out.
#menu-item-78 .avia-menu-text { padding-left: 30px !important; } #menu-item-78 .avia-menu-text .av_font_icon { left: 30px; position: relative; }
Regards,
ElliottHey webblove!
Send us a link to your page and we’ll take a look. What was the custom code?
Best regards,
ElliottFebruary 5, 2016 at 3:57 am in reply to: [Enfold] Highlight color different on different pages #578198Hey webblove!
On your homepage do you have the “alternate content style” set in the color section? If so then that could be why it’s a different color. You can change the main content / alternate content styles in Dashboard > Enfold > General Styling.
Cheers!
ElliottHi Emidi!
Add this to your custom CSS.
.portfolio-preview-title a { pointer-events: none; }
Cheers!
ElliottFebruary 5, 2016 at 3:52 am in reply to: disable the number of comments and publication date #578194Hi kouamx100!
Try adding this to your custom CSS.
.slide-meta { display: none !important; }
If that is not working then send us a link to your page and we’ll take a look.
Cheers!
ElliottHey michael_world2cycle!
Try adding this to the bottom of your child theme functions.php file.
function footag_func( $atts ) { return the_tags(); } add_shortcode( 'display_my_tags', 'footag_func' );
And then use this inside a codeblock element.
[display_my_tags]
Regards,
ElliottFebruary 5, 2016 at 3:45 am in reply to: One page anchor menu links dont work when taken to another page #578190Hi xfacta!
You’ll need to use absolute path in your links like so.
http://www.yoursite.com/#about
Cheers!
ElliottHey byteben!
I think I see what your trying to do but I do not know of a good way to go about that. You would have to set their positions to absolute but then that would throw off the floating / alignments so it would take quite a bit of CSS to do that. Also, it still wouldn’t work because of your titles, some are on double lines and some are on single lines so that would throw the images off.
Is there something else he would like to do? Maybe use CSS to force the images to a certain size?
Cheers!
ElliottHey byteben!
You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
In the meantime you can create a custom category named “featured” or something similar and use that instead.
Best regards,
ElliottHey Volli!
Add this to your custom CSS.
.av-magazine-sort { float: left !important; margin-left: 10px; }
Regards,
ElliottHey infigic!
EDIT: Sorry, wrong post. I see what you mean. Try deactivating all of your plugins to see if that helps. Check your server error logs to see what the error is.
Regards,
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey Silvio!
They should be the same. The only difference is that if your viewing a portfolio posts (by clicking on one from a portfolio page) then the portfolio page will also display in the breadcrumbs.
Best regards,
ElliottHi Grigoriy11!
Edit the homepage and then in the color section settings set the “background repeat” to “stretch to fit”.
Cheers!
ElliottHi Julien!
Looks fine on my end. If your on Android make sure your using the official chrome browser.
Cheers!
ElliottHi Sebastian!
That sounds like it would take a lot of time and code to implement so it would have to be considered custom work.
It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHey Lynx_2015!
Can you send us a link to your page so we can take a look? You can set you reply as private if you wish.
Cheers!
ElliottHey philthebass!
Look around line 170 in the /enfold/functions.php file.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider $avia_config['imgSize'] = apply_filters('avf_modify_thumb_size', $avia_config['imgSize']);
Try setting the crop to false on all of the images sizes and then regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Cheers!
ElliottHi mico33!
Your site is showing me a coming soon page. Do we need to login?
Regards,
ElliottHi Eric!
Do you have an SSL certificate? What happens in the default theme?
Cheers!
ElliottHey djsmbd!
Add this to your custom CSS.
.logo img { padding-top: 10px; padding-bottom: 10px; }
Cheers!
ElliottHey djsmbd!
Please see here, https://kriesi.at/support/topic/change-blog-to-excerpt-instead-of-full-post/.
Regards,
ElliottHi Nathan1214!
Does it still display fine when you publish it?
Best regards,
ElliottHey Tokyo!
It’s not going to look good but you could try this CSS out.
.tab_content { height: 200px; overflow: scroll; }
Regards,
ElliottHey jmorley88!
Please see here, https://kriesi.at/support/topic/breadcrumb-to-new-position/.
Best regards,
ElliottHey jmorley88!
What is the error? Check your server error logs to see if it’s there.
Best regards,
ElliottHey AirstreamCoach!
Add this to a codeblock element in that page.
<style type = "text/css"> #av-layout-grid-1 .av-special-heading { margin-top: 0px !important; } </style>
Cheers!
Elliott -
AuthorPosts