Forum Replies Created
-
AuthorPosts
-
March 24, 2014 at 8:17 pm in reply to: Smaller image in the header that is shown only when a mobile is used? #242313
Hi!
The smartphone width screen is usally 340 but in this case it would be better to have it smaller because of the navigation button on the right.
Cheers!
JosueMarch 24, 2014 at 7:42 pm in reply to: Smaller image in the header that is shown only when a mobile is used? #242288Hi!
Try adding this code too:
span.logo{ width: 220px !important; }Result:

Best regards,
JosueMarch 24, 2014 at 7:21 pm in reply to: Smaller image in the header that is shown only when a mobile is used? #242278Hey!
Change the second “echo avia_logo..” to:
echo '<span class="logo"><a href="http://www.kitm.se/sv/"><img height="100" width="300" src="http://www.kitm.se/logo2.jpg" alt="Svenska Föreningar för Klinisk Immunologi och Transfusionsmedicin"></a></span>';Regards,
JosueHi,
Can you post the link to that Page please?
Regards,
JosueMarch 24, 2014 at 7:15 pm in reply to: HUGE PROBLEM after update wordpress editor has disappeared !!!! #242272Hi Chrys!
Yes, you’d need to increase your server limits (memory allocated to PHP).
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey Karmen,
Try the following, open /includes/helper-post-format.php and look for the occurrences (line 231 and 239) of:
$current_post['content'] = str_replace($link, "", $current_post['content']);Replace them by:
$current_post['content'] = preg_replace("$link`”, “”, $current_post[‘content’], 1);
`
Best regards,
JosueHey!
I didn’t find any map on that page, neither before nor after the contact form.
Best regards,
JosueMarch 24, 2014 at 3:06 am in reply to: Smaller image in the header that is shown only when a mobile is used? #241906Hey Abedia!
You’d need to edit /includes/helper-main-menu.php, try adding this after line 101:
echo avia_logo('_YOUR_MOBILE_LOGO_URL_GOES_HERE_', $addition, 'span', true);Then, add this to the Quick CSS:
@media only screen and (min-width: 768px) { span.logo{ display: none; } } @media only screen and (max-width: 767px) { strong.logo{ display: none; } }Best regards,
JosueHi,
That’s not possible at the moment as far as i know.
Regards,
JosueMarch 24, 2014 at 12:52 am in reply to: Layerslider – Textlayer doesn't shop up/hides row #2 #241886You are welcome, glad we could help :)
Regards,
JosueHi!
What version of PHP are you using?
Regards,
JosueThis reply has been marked as private.Hi!
Have you tried using type=’date’?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueTry the following:
.portfolio-preview-image { width: 30% !important; } .portfolio-preview-content { width: 70% !important; }Adjust as needed.
Cheers!
JosueHi!
This will do it:
body { font-size: 14px; }Adjust as needed.
Regards,
JosueMarch 22, 2014 at 3:42 am in reply to: Problem with theme after updating Synology Diskstation #241500Hi!
You have these files missing:

Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.grid-content, .grid-content * { background: white !important; }Cheers!
JosueHi!
The latest version of Enfold already comes with LayerSlider 5. Please update it.
Best regards,
JosueMarch 22, 2014 at 3:00 am in reply to: After moving blog – the comments doesn't appear togehter with the post #241491Hi!
That’s done using LayerSlider which comes with Enfold.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Igor!
That should not be happening, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
I can fix it for you, can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Keyframed!
Try with this code:
.image-overlay:hover { opacity: 0.1 !important; }Regards,
JosueHey!
I see the icons too, have you tried seeing it form another computer?
Cheers!
JosueHey!
The code it’s there but has typos, make sure you write the “>” symbols manually.
Best regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
-
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
