Forum Replies Created
-
AuthorPosts
-
Hey!
Hmm, can you send us a link to your page and take a screenshot highlighting what is going on? I’m not sure I understand.
Cheers!
ElliottHi cdubose574!
Would you like to try reducing the font size to fit it on one line? Or another option would be to hide whatever text overflows onto the second line.
Go ahead and send us a link to your page and highlight in your screenshot exactly how your wanting to change it so we can get a better idea.
Regards,
ElliottHey FlipmodeSQ!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .avia-table tr > td:last-child { text-align: right; } </style>Best regards,
ElliottHey!
Hmm, not really sure I understand as the two videos are displaying sites that look a lot different from each other. It sounds like your trying to play around with the “break points” when you resize the window correct? If you open up /enfold/css/grid.css you can see the break points, for example..
@media only screen and (min-width: 768px) and (max-width: 989px) {Regards,
ElliottJune 1, 2015 at 10:33 pm in reply to: Fallback image on easy slider video disappeared on mobile's #452809Hey jochemnooyen!
Your talking about in the magnific popup? I’m not sure if there is a way for us to change this. The magnific popup will always use the available screen width to fit the image / video inside.
Here are the options that you can change with it, http://dimsemenov.com/plugins/magnific-popup/documentation.html.
Regards,
ElliottHi!
Yea you could create your own page template to use as a login form. You would probably use this function, https://codex.wordpress.org/Function_Reference/wp_login_form.
Other than that I would look for a plugin. There are quite a few out there in regards to login and register forms though I haven’t used any myself.
Regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi redeyedprince!
A user can login and register to your blog by visiting the /wp-admin or /wp-login URLs. If you want to setup a custom login page then you could use a plugin, https://wordpress.org/plugins/custom-login/, there are quite a few out there.
Cheers!
ElliottHey etcgraph1!
For the easy slider captions that code should be working I think. Are you placing it in the Quick CSS field? Send us a link to your page and we’ll take a look.
If your using a caching plugin then be sure to refresh it’s cache.
Cheers!
ElliottHi davidchristensen!
Did you figure this out? I viewed your link but there is a date showing beneath the title.
If not then you could try adding your own in the single.php file around line 38 using this WordPress function, https://codex.wordpress.org/Function_Reference/the_time.
Regards,
ElliottHi mischa00!
Add this to your custom CSS.
.avia_cart_buttons { padding: 0px !important; opacity: 1 !important; } .add_to_cart_button { background: red none repeat scroll 0 0 !important; padding: 10px !important; } .show_details_button { background: blue none repeat scroll 0 0 !important; padding: 10px !important; }Cheers!
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi tylerjmorrison!
That’s not a template file so you cannot place it in the child theme. What is the exact customization your trying to do? We’ll check and see if there is another way.
Regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi!
Your using the Masonry element and not the Masonry Gallery correct? If your using the latest version of Enfold the Masonry element has an order by option which you can set it to “Date” and then set the order to “Ascending” or “Descending”. If your using the Masonry Gallery then you just need to drag the images around to reorder them.
Regards,
ElliottHi sasha!
Hmm, not sure if that is going to be feasible. The mobile menu will list the items from top to bottom and I can’t think of an easy way to change that.
You could try doing this though, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, which will let you create a separate menu to use on mobiles.
Cheers!
ElliottHey graphicsplus!
It looks like your actually using Flashlight instead of Enfold. To change the featured image in Flashlight you need to click on the “Add image to slideshow”, the big green button, and then set the featured image that way and save.
Best regards,
ElliottHey!
Alrighty I see it now. Your #wrap_all element position should be set to relative but it’s set to static. Are you sure you have completely deleted Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest? That should be fixed in version 3.1.5.
If that’s still not working (make sure to clear browser cache) then try adding this to your Quick CSS.
@media only screen and (max-width: 767px){ #wrap_all { position: relative; } }Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi wid2307!
I’m sorry but I am having trouble understanding. Are you wanting the map to zoom out so all of your icons are displayed at once? Or are you wanting one icon to be different than the others?
There is a zoom option in our google maps element that you can use and you can also select a custom image to use for each marker.
Cheers!
ElliottHi Naima!
This is for Woocommerce? Send us a login in a private reply and we’ll take a look.
Also make sure that you read the Woocommerce documentation, http://docs.woothemes.com/documentation/plugins/woocommerce/, to make sure your using the plugin correctly. There are quite a few options to look over and understand in the Woocommerce settings.
Best regards,
ElliottHey acward1!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) { .mfp-title { display: none !important; } }Best regards,
ElliottHi!
So your trying to have your archives display the excerpt instead of the full post content correct? Try opening up /enfold/includes/loop-index.php and change line 30 from this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";To this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more";Cheers!
ElliottHi Vincent!
When you say the avia framework are you trying to set the Enfold theme folder to not index? I’m not really sure about this but I don’t think it’s going to matter. Maybe this will help, https://support.google.com/webmasters/answer/6062602?hl=en.
Best regards,
ElliottHi dburton77!
Do this, https://kriesi.at/support/topic/overriding-functions-in-a-child-theme/#post-167093, to add the sidebar and layout options to your custom post type.
Regards,
ElliottHey!
Hmm, that is your archives? Try changing this line.
if($header_settings['header_title_bar'] == 'breadcrumbs_only') { $html = str_replace('{title}', $title, $html); }To this.
if($header_settings['header_title_bar'] == 'breadcrumbs_only' && !is_archive()) { $html = str_replace('{title}', $title, $html); }Cheers!
ElliottHi!
Hmm, I don’t see a difference on my end but the lightbox images are using resized versions. Try opening up /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and change line 335 from this.
'image_size' => 'portfolio',To this.
'image_size' => 'full',Regards,
ElliottMay 28, 2015 at 6:18 pm in reply to: position menu with transparant header and image with hotspot in boxed lay-out #451344Hey!
Try adding this to your custom CSS.
.cart_dropdown { transform: translate(-40px, 0px); }Best regards,
ElliottHi!
1. Is it the codestyling localization plugin? Since it’s a plugin I don’t think any changes are necessary in the child theme.
2. Yes, it would look like this, /child_theme/includes/loop-index.php.
3. You don’t need to import it.
Regards,
ElliottHi!
Same problem here. I’m in the USA. It seems like the theme settings are not being written to the /uploads/dynamic_avia/enfold.css stylesheet. Also check the permissions on that file to see if they are correct.

Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey alfaweb2!
That’s going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi Klaus-Jürgen!
The best way to speed up a WordPress site is to install a caching plugin such as W3 cache or WP Supercache. Other than that it’s most likely the speed of your connection or your server. I would try contacting your hosting provider and let them know about this.
Regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey launchmoxie!
It looks like you’ve done quite a bit of customization there. This is bordering on custom work but paste all of the changes you did here and we’ll look over it.
Regards,
Elliott -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
