Forum Replies Created
-
AuthorPosts
-
Hey mulder4301,
Perhaps try removing the initial import completely with the plugin WordPress Reset. Run this plugin and try and do the install again.
Best regards,
Jordan ShannonHey ginnywills,
It is simply a tab element with additional columns added to it. Please see the link:
https://snag.gy/NZptCv.jpg
Let me know if you need additional help.Best regards,
Jordan ShannonHi,
No problem at all. If you need help with anything else don’t hesitate to ask.
Best regards,
Jordan ShannonHey mikkijack,
I added the following to quick css:
#footer #text-5 .textwidget {
padding: 20px !important;}let me know if this works for you.
Best regards,
Jordan ShannonMarch 2, 2017 at 9:17 pm in reply to: AddIng woocommerce shopping features to Templates that aren't the Shop Template #754597Hey bemodesign,
You have to install the WooCommerce plugin to get the shopping features onto your site.
Best regards,
Jordan ShannonHey James,
I added this to the quick css:
.logo img{
max-height: 90% !important;
padding-bottom: 10px !important;
}Let me know if this is what you needed.
Best regards,
Jordan ShannonHey xavierphilippe,
Try registering the shortcode in the archives page as well.
Best regards,
Jordan ShannonHey Philippe,
Can you please provide a link to the site/page in question.
Best regards,
Jordan ShannonHey kinderheim511,
Coul you please provide the admin info so that we can look into this further?
Best regards,
Jordan ShannonHey esliran,
You would like to remove this title?
Best regards,
Jordan ShannonHey jonesthelight,
You have to take out the padding as well:
#homesection .container {
width: 100% !important;
max-width: none !important;
padding-left: 0px !important;
padding-right: 0px !important;
}Best regards,
Jordan ShannonHey Marc2104,
Apologies for the late reply.
Are you seeing any console errors? Please provide a link to the page/site in question so that we can look into this further.
Best regards,
Jordan ShannonHey mtnet,
Please try adding this to quick css:
#av-magazine-2 article .av-magazine-content-wrap .av-magazine-content.entry-content{
display:none !important;
}Best regards,
Jordan ShannonHey DROR,
Try adding this to quick css:
#top .av-subnav-menu li:first-child a {
border-left-style: solid !important;}li.menu-item.menu-item-top-level.menu-item-top-level-6 a{border-left-style: none !important;
}Let me know if this works for you.
Best regards,
Jordan ShannonHey kevin,
So you are wanting to add one that is not currently listed in our theme?Best regards,
Jordan ShannonHey 329471,
The above admin info does not seem to be working.
Best regards,
Jordan ShannonHi,
.container_wrap is not the correct element to target. Please use what I have added above.
Best regards,
Jordan ShannonHey Neverlands,
You can use conditional tags: http://codex.wordpress.org/Conditional_Tags to use different images on different pages or you append the page/post id to the logo class so that you can style the logo on a per post basis.
Best regards,
Jordan ShannonHey zakthorpe,
You could use a specialized plugin for that: http://wordpress.org/plugins/contact-form-7/
Or if you want to stick to the built-in one, take a look at this topic: https://kriesi.at/support/topic/mail-subject/
Best regards,
Jordan ShannonHey SheriG,
Please refer to our documentation on updating your theme. If anything is unclear or you need additional help, please let us know.
Best regards,
Jordan ShannonHey Epic,
Just add the following shortcode at the end of your Copyright line in the theme options footer section.
[nolink]
The full line will read something like this:
© Copyright 2013 – My Awesome Site [nolink]
Best regards,
Jordan ShannonMarch 2, 2017 at 1:01 am in reply to: Video in Color Section Background Not Playing on Mobile #754015Hey alliancepp,
By default videos don’t auto play on mobile devices. This is why it is recommended to substitute the video with a still image on mobile devices.
Best regards,
Jordan ShannonHi,
Could you please provide the admin login info so that I can look into this further.
Best regards,
Jordan ShannonHey FWUEL,
I took a look at the site, are you looking to have the content under the images as opposed to side by side.
Best regards,
Jordan ShannonHi,
The border under the 3 dog images?
Best regards,
Jordan ShannonHey Semito,
I am not fully understanding the question. Are you saying you want to remove the add to cart functions?
Best regards,
Jordan ShannonHey mrjohnson2,
Can you please provide admin info so that I can look into this further.
Best regards,
Jordan ShannonHey Stefan,
If you are familiar or comfortable with editing theme files you can add this to functions.php:
add_action(‘wp_footer’, ‘prefooter_text’);
function prefooter_text() {
$content = ‘<p>This is inserted at the bottom</p>’;
echo $content;
}Then in footer.php make sure this is inserted before the footer is called:
<?php
do_action(‘wp_footer’);
?>Best regards,
Jordan Shannon- This reply was modified 7 years, 10 months ago by Jordan Shannon.
Hey unicaweb,
Try adding this in quick css:
.main_color, .main_color div{
background-color: #fff !important;
}Best regards,
Jordan ShannonMarch 1, 2017 at 7:33 pm in reply to: To change the background color "Number of téléphone/Extra Information" #753901Hey emmanuelle56,
You can add this to quick css:
.header_color .container_wrap_meta{
background: xxxxxx !important;
}You just have to fill in the color you need.
Best regards,
Jordan Shannon -
AuthorPosts