Forum Replies Created
-
AuthorPosts
-
Hi Vinnie,
Yes, I would like.
So I tried to follow your post.
I create a CF7 form wrapped into <div id=”cf7-contact-form”></div>
I add the following Quick CSS
#cf7-contact-form .wpcf7 .col-50p {
width: calc(50% – 5px);
display: inline-block;
margin-right: 10px!important;
}
#cf7-contact-form .wpcf7 .col-50p.fright {
float: right!important;
margin-right: 0px!important;
}@media only screen and (max-width: 480px) {
#cf7-contact-form .wpcf7 .col-50p {
width: 100%;
display: block;
margin-right: 0px!important;
}
}And after, what do I have to do ?
Thanks
Hi Günter,
I also found this explained here : https://kriesi.at/support/topic/default-template-settings-missing-from-event-calendar-pro/
So I decided to desactivate the “enfold customization”, and use the default style of the plugin.
Thanks for your response.Hi Andy,
I am going to contact the plugin’s author, but there is a special configuration for this plugin in the Enfold theme.I activated the Tewnty Fifteen theme to compare with the enfold theme.
Look at the sceenshoot joint.
With the ENFOLD theme, it is not the default template.
The featured image is in the right of the description, not in the left, under the localization like in the default template.Or perhaps there is a special CSS configuration for the events calendar plugin in the ENFOLD theme ????
What I want is the default template.
Sorry about english
Thanks
Hi,
So simple !!!
Thanks IsmaelHi Josue,
As I do not control enough coding, I will continue to update the amazon affiliate code each time I update the post / page / portfolio item.
Thanks anyway for the answer.Hi Josue,
The region is always the same (FR) I think
Here is an example of the affiliate code in the private content.Thanks
Hi, Basilis,
I don’t understand what you mean.
I have to try what ?
For the moment, every time I update the sigles portfolio items, I copy again the amazon iframe code.
Sorry about my english.
ThanksHi Basilis,
Yes
ThanksHi,
I have exactly the same problem with the affiliate amazon code.
Each time I update the post or the page or the portfolio item, “amazon®ion” change to “amazon®ion”
But in my site, i want to have a lot of differents affiliate amazon code, so is there an anather solution more simple than create a function for each affiliate code ?Thanks
Hi Ismael,
You are the best !!I probably uploaded the folder in the root when I manually updated ENFOLD.
Thanks a lot
Hi Vinnie,
Here is the temporary FTP
ThanksHi Rikard,
I uploaded by FTP the files and folders one by one following the version.txt file.
>> No change !
So I updated by FTP the entire enfold folder.
And nothing change, the home layerslider still doesn’t work.?????
You can do what you want because fortunately it is a test site (not a production site).
Thanks
Hi Basilis,
here is the access
ThanksHi Rikard,
The tutorial :
All you have to do is open your theme’s functions.php file and add the following code :function rss_post_thumbnail($content) {
global $post;
if(has_post_thumbnail($post->ID)) {
$content = ‘<p>’ . get_the_post_thumbnail($post->ID) .
‘</p>’ . get_the_content();
}
return $content;
}
add_filter(‘the_excerpt_rss’, ‘rss_post_thumbnail’);
add_filter(‘the_content_feed’, ‘rss_post_thumbnail’);_________________
I do it, but nathing change.
There is no thumbnail ????Thanks
September 25, 2015 at 9:46 am in reply to: how to remove the feautred image in a custom post type #508846Hi Rikard,
Perfect !
ThanksOk Yigit,
Thanks a lotHi Yigit, your CSS code is perfect.
Thanks.
But for your recommandation ??
(Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field)My Quick CSS :
.header_color .main_menu ul:first-child > li > a { font-size: 12px; }
.header_color .main_menu ul:first-child > li > a:hover { color: #ec7a23; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #ec7a23; }
li.current-menu-ancestor > a > .avia-menu-text { color: #ec7a23; }div#orange10px {
height: 10px;
min-height: 10px;
}div .av_one_fifth {
margin-left: 3%;
width: 17.6%;
}div .av_one_fourth {
margin-left: 2%;
width: 23.4%;
}
div .av_three_fourth {
margin-left: 3%;
width: 73.5%;
}September 16, 2015 at 3:12 pm in reply to: menu over the logo with small resolution of window #504169Hi Andy,
With your code, the main menu desapear at 1024,
but the mobile menu only appear at 768
between there is no menuI need the main menu to disappear approximately at 900
and the mobile menu appear at 900But with your explication, I find a solution.
Enfold configuration
Header
Mobile Menu
Activate for smartphones and tablets (browser with below 990 px)And now it’s OK
Thanks a lotSeptember 16, 2015 at 7:48 am in reply to: menu over the logo with small resolution of window #503836Hi Basilis,
With mobile there is no problem.
But with a device with a small display, like a projector, the menu is over the logo.
To see the issue, you change the size of the firefox window.
The problem can certainely be resolved with configuration, because with the enfold default demo there is no problem.
See the screenshot please.
Sorry about english.
ThanksHi Yigit,
Perfect with your code :
<?php
if(is_page(11)) { echo “<div id=’shrAnchor’></div>”; }
?>
just under de body tag
ThanksThis reply has been marked as private.Hi Yigit,
It seems perfect!
Thanks a lotHi Elliott,
Thanks, it’s OK now with desktop screen.
Only the mobile menu still not good.
ThanksThis reply has been marked as private.Perfect Yigit,
ThanksGreat !
Thanks a lotHi Yigit,
Perfect.
And is it possible to enlarge a litle bit the frame ?
% or px ?
ThanksHi,
if I understand…
I have to put a code in the header, but just for one page (id=11) :
if page id = 11, then code <div id=”myAnchor”></div> just under de body tagSomeone can give this code, and the file ?
Because do not master PHP 5.Thanks
Hi Yigit,
Thanks.
It’s OK with this QUICK CSS.page-id-104 #av_section_1 .avia-image-container.avia-align-left {
margin-top: 0!important;
}
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
padding-top: 50px;
}I have to reply the first line to all the pages.
It is possible to have a CSS for all pages ?
or do I have to reply with page ID ?Thanks
Hi Elliott,
The five images stay now in column !
Thanks a lot -
AuthorPosts