Forum Replies Created
-
AuthorPosts
-
March 5, 2015 at 12:47 pm in reply to: — workaround found — alternative frontpage for mobiles #406363
Hi!
Let’s hope you get the feature in a future release, glad you got the problem fixed with the plugin :)
Regards,
RikardHi!
CSS conflicts happen all the time unfortunately, especially with plugins, but Elliotts code did work as intended, correct? If it works I wouldn’t give it too much thought, unless you have some other reason for knowing?
Best regards,
RikardHey vadesign!
Please try to import the font in your Quick CSS and use !important after:
@import url(https://fonts.googleapis.com/css?family=Paprika); h1, h2{ font-family: 'Paprika', cursive !important; }
Best regards,
RikardHey aebli!
Not sure I understand exactly what you need help with, could you try and explain a bit further? Also, a link to the site question would help as well.
Cheers!
RikardHi!
Hope you get the problem fixed and please get back to us if you should have any theme related questions.
Best regards,
RikardHey valentin!
You can paste your custom CSS in Enfold–>General Styling–>Quick CSS. If you need any help please provide a link to your site so that we can check it out for ourselves.
Regards,
RikardHi!
Sorry, my initial code was wrong, please try the following instead:
@media only screen and (max-width: 767px) { h1.av-special-heading-tag{ font-size: 30px !important; } h2.av-special-heading-tag{ font-size: 24px !important; } }
Edit the 30 or 24 for a larger or smaller values for a larger or smaller font. Also, make sure to empty your browser cache and reload a few times after pasting the code.
Cheers!
Rikard- This reply was modified 9 years, 8 months ago by Rikard.
Hi!
Do you have FTP access to your account? If yes, please check if there is a file called .htaccess in the root folder or your WordPress installation. Also contact your hosting to ask if you have the correct read/write permission for the .htaccess file.
A functioning .htaccess file for post name should read something like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Cheers!
RikardMarch 5, 2015 at 10:31 am in reply to: Grid row does not show proberly on scaled-down window or small device #406309Hi!
I’m not exactly sure how you did that section in the back-end, but maybe it would be easier to put the text in a text-block inside a 2/3 element and the button in a 1/3? I think your problems will go away if you use that layout.
Best regards,
RikardHey SJS!
The page you linked is displaying just fine on my end using lastest version of Chrome, could you link to the specific blog post you are having trouble with please? Also, what browser are you using when you get the problem?
Regards,
RikardHi johnkentsf!
Do you mean the fullscreen video background? It look great on my end: http://imgur.com/49urU4F. Could you try emptying your browser cache and restart? If that doesn’t help please tell us what browser you are using.
Cheers!
RikardHey trossa!
I’m guessing your site is under construction because I can’t go anywhere from the link you posted, could you please link the exact page and login details as well if we need any to view the page (post them here as a private reply). Also, if I understand you correctly, the right hand of your image is what you are trying to achieve, right?
Best regards,
RikardHey!
Glad you got it solved, just get back to us if you should have any further questions.
Cheers!
RikardHey!
How do we access your WordPress backend? I tried /wp-login.php and /wp-admin and neither of them worked.
Best regards,
RikardHi Harry!
Please try the following in your Quick CSS for the h4 header:
@media only screen and (max-width: 959px) { h4.av-special-heading-tag{ font-size: 28px !important; } }
Not sure I understand exactly what do you want to do with the 3 columns? Display them side by side on all screens or only desktop? Please elaborate a bit.
Regards,
RikardMarch 5, 2015 at 5:27 am in reply to: Postformat Gallery: Multiple images with different sizes. How to duplicate? #406230Hi Justin!
Use Gallery under Media Elements, then chose Big image with thumbnails below in gallery options.
Regards,
RikardMarch 5, 2015 at 4:59 am in reply to: invitation for subscribing newsletter when sites opens? #406226March 5, 2015 at 4:56 am in reply to: Added Revolution slider to a page, and sidebar had disappeared and won't return #406223Hey Charlotte!
Plese try the following in your Quick CSS:
.category-travel-industry-discount .big-preview{ display:none !important; }
Best regards,
RikardHi!
Please try this in your Quick CSS:
.entry-content-wrapper div li { text-indent: 20px; }
Cheers!
Rikard -
AuthorPosts