Forum Replies Created
-
AuthorPosts
-
October 18, 2017 at 10:04 am in reply to: add span color styling to input area on contact form? #865607
Hi,
Thanks for the feedback, I think it will be difficult to target just a few words since they won’t be wrapped in an element which can be targeted. I wanted to check your site again but it looks like it’s asking for a login now, not only password?
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold->General Styling to change the font size:
.sidebar .menu-item a { font-size:14px !important; }About the background; do you want to change the background of the whole sidebar or just behind the menu items? Changing the sidebar background can be very tricky unfortunately.
Best regards,
RikardHey jonna_gaertner,
Please try the following in Quick CSS under Enfold->General Styling:
.home #after_section_4 { display:none !important; }Best regards,
RikardHi,
Thanks for the feedback, though I’m still not sure I understand exactly what you would like to change? Also, the link results in a 404 error, I’m guessing you changed the permalink?
Best regards,
RikardHey crtdude,
That is not coming from Enfold, maybe from one of your other themes?
Best regards,
RikardOctober 18, 2017 at 9:47 am in reply to: Menue at the right site with menue items one below the other #865594Hey molibi,
I’m not sure I understand what you are looking to achieve, do you have a mockup or screenshot highlighting your intentions maybe?
Best regards,
RikardHi,
Maybe it would be a good idea to keep the button out of the header on mobile screens since there is not a lot of room for it? If you want to try that out then you can use this in Quick CSS:
@media only screen and (max-width: 767px) { #header .widget { padding-top: 67px; } }Best regards,
RikardHi,
Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic.
Best regards,
RikardHi Neil,
No problem and thanks for the code, though I think that should have script tags around it? Please try this in your child themes functions.php:
function neil_add_cf7_tracking(){ ?> <script> document.addEventListener( ‘wpcf7mailsent’, function( event ) { ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ ); }, false ); </script> <?php } add_action('wp_head', 'neil_add_cf7_tracking');Best regards,
RikardOctober 18, 2017 at 8:28 am in reply to: Custom Google Fonts get replaced by a standard font. #865573Hi,
Great, glad you finally got it working and thanks for using our theme :-)
Let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey themepack,
So it doesn’t work when you are using the Layout Builder? If so that is as expected, you will have to set the excerpt manually for each post. If you don’t see the excerpt field then please select to show it in the Screen Options panel in the top right hand corner of the screen.
Best regards,
RikardHi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard-
This reply was modified 8 years, 3 months ago by
Rikard.
Hi,
Thanks, but I still get an error even though I’m logged in. Not sure how we can access your site and content?
Best regards,
RikardHi,
Thanks for the feedback, I’m not sure if the code worked out for you or not though? Let us know if you are still having problems.
Best regards,
RikardHi,
I can see that too, but I don’t really know what it means. Maybe you could try searching for the problem? Here’s a topic which might be of interest to you: https://stackoverflow.com/questions/33465168/google-adsense-error-tagerror-adsbygoogle-push-error-no-slot-size-for-avail
Best regards,
RikardHi Anton,
Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic.
Best regards,
RikardOctober 18, 2017 at 7:17 am in reply to: Doesn't show sub menu items when item is set up to mega menu #865555Hey tcsrobkam,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
Thanks for the feedback. I can see the problem on some of the pages in the sub menu. Could you try to enable debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then copy the shortcodes of the problem pages to new pages and add those to your menus instead?
Best regards,
RikardHi,
Thanks for the details, I’m not sure what is causing those messages though. Do you know what version of PHP you are running on the site? Could you try to overwrite the theme files via FTP with a fresh copy of the theme to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, do you have WordPress debug active on your installation?
Best regards,
RikardHi Rainer,
I tried importing the 2017 demo and that seems to have worked out as it should, could you review your site please? Make sure to clear your browser cache and reload the site if you should not see the demo.
Best regards,
RikardHi,
If you click Enfold in the WordPress menu, then you will see the theme options. The first option you will see is Frontpage Settings, please try to set the page you want as your front page there.
Best regards,
RikardHi Andrea,
Thanks for that, I can see you site now. Please try this in Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .av_promobox .avia-button { right: initial !important; top: initial !important; position: initial !important; } .avia-promocontent { margin-right: 0 !important; } }Best regards,
RikardHi Jonathan,
Thanks for the feedback. I think the first order of business would be to update the database which WordPress is asking you to do. Second I would try to update the theme again, this time you might want to create backups of the site so that you can restore it yourself? Even better would be if you could create a staging version of the site and perform all the updates there.
If you should feel the need to hire someone to do this for you then I would recommend contacting a service like SteadyWP.
Best regards,
RikardHi,
Thanks for that, I’ve updated your CSS for the .ttf format. Do you have the other versions of the font in the same place? If so the you should be able to add the full URL to your code below:
@font-face { font-family: ‘BrushtipTerrence; src: url(‘brtter_15-webfont.eot’); /* IE9 Compat Modes */ src: url(‘brtter_15-webfont.eot#iefix’) format(’embedded-opentype’), /* IE6-IE8 */ url(‘brtter_15-webfont.woff2’) format(‘woff2’), /* Super Modern Browsers */ url(‘brtter_15-webfont.woff’) format(‘woff’), /* Pretty Modern Browsers */ url(‘http://familytours.at/brtter_15-webfont.ttf’) format(‘truetype’), /* Safari, Android, iOS */ url(‘brtter_15-webfont.svg#svgBrushtipTerrence’) format(‘svg’); /* Legacy iOS */ }Best regards,
RikardHi Pooz,
Thanks for the feedback, just let us know if you should need any further help on the topic.
Best regards,
RikardHi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Thanks for the feedback. Could you try to remove the problem images and add them again please? This time, make sure to pick a high resolution version of the image when you select them from the Media library.
Best regards,
Rikard -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts
