Forum Replies Created
-
AuthorPosts
-
Hey mrijnders!
Everything on the website loads perfectly for me the first time around.
May we have a screenshot of what you’re seeing?
Also be sure to clear browser cache then check again.
Cheers!
DakeHi eyeweb!
Please disable all of your plugins as a test, because their appears to be a conflict with the Sitepress multilingual cms plugin.
Best regards,
DakeHi Lars!
It doesn’t appear that the temporary account has access to the main website or to open posts/pages.
Cheers!
DakeHi Steven!
You can use a fullwidth Easy Slider with the below settings to acheive what you’re looking for:
http://www.awesomescreenshot.com/image/420064/ebc8d54f198ee215f216eeadb2f52a87
Best regards,
DakeHi!
Your thread has been reopened as requested here: https://kriesi.at/support/topic/reopen-thread/
Regards,
DakeHi envis!
I just reopened your thread as you requested :)
Cheers!
DakeHey thecszone!
Yo can use the below css to force the title to not appear:
.page-id-74 #top .title_container .container { display: none !important; }
Regards,
DakeHey thecszone!
I’m still unable to view your theme options.
Best regards,
DakeJuly 19, 2015 at 8:45 pm in reply to: Changing font colours and social icons on transparent menu only on no-scroll? #475451Hi Haybazak!
You can use the below css to edit the color of the social icons and phone info: while in no-scroll.
<strong>This is for no-scroll</strong> #top #header_meta .phone-info { color: #23408e; } <strong>This is for scrolled</strong> #top .header-scrolled #header_meta .phone-info { color: gray !important; }
The below css is for the trans menu:
<strong>This is for no-scroll</strong> #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { color: inherit; border-color: transparent; background: transparent; } <strong>This is for scrolled</strong> .header_color.header-scrolled .main_menu ul:first-child>li>a { color: #23408e; }
Regards,
DakeHi bagha!
You can use the below css in your custom css section of your theme options:
.js_active .toggle_wrap { display: block; position: static; visibility: visible; left: 0; width: auto; z-index: 1; }
Regards,
DakeHey HWhamburg!
Ich bin mit Google Translate, zu antworten, so bitte vergib mir meine Grammatikfehler am Ende.
– Wie haben Sie führen die WordPress aktualisieren?
– Deaktivieren Sie alle Ihre Plugins als Test, um zu sehen, wenn ihr einen Konflikt.
– Schließlich sicher, enfold auf die neueste Version zu aktualisieren.
Regards,
Dake- This reply was modified 9 years, 4 months ago by Dake.
July 19, 2015 at 7:46 pm in reply to: Using Enfold with gravity forms. There is issue with time and date field. #475443Hi Pcarran83!
You can use the below css in your custom css section in order to adjust the width of the time field:
#top .gform_wrapper .gfield_time_minute input { width: 100% !important; }
The original width is set to 80%.
Best regards,
DakeHi cybeross,
Without knowing what exactly happened in between each page being created (includes setting changes or new plugins etc) The fastest course of action is creating a new page.
Was the “http://new.pvlegs.com/recentwork/” page created before or after the keynotes page?
Cheers!
DakeHi!
I’m able to login now, but certain sections are still giving a 403 error. Particularly the theme options.
Cheers!
DakeHey!
You’re welcome :)
Glad to know we could help.
Regards,
DakeHi frnetz,
You’re welcome :)
Glad to know that we could help you get that sorted for you.
Please let us know if you ever need hep in the future.
Cheers!
DakeHey Kristoph,
I created a test page here: http://thebeautifulweathercorp.com/test-2/
and used the below css to shift the content upwards on that page only:
.page-id-185 .content .entry-content-wrapper { padding-right: 50px; position: relative; top: -50px; }
I’m still not sure why it wasn’t working on that singular page.
But if you would like to replace it with the test page, you can simply delete the original then rename the test page and test page slug to contact.
Regards,
DakeHi shoo!
Can try adding !important to the background color and font color like the example below.
mark { background-color: 000000 !important; color: #ffffff; }
Cheers!
DakeHey thecszone!
I’m getting a 403 error message when trying to log into your website.
Cheers!
DakeHey cybeross!
I’m not seeing any clear signs as to why the title won’t show up on your keynotes page.
I created a test page with the same information and the title is appearing just fine for me:
http://new.pvlegs.com/keynotes-2/
Best regards,
DakeHey cybeross!
I’m able to login again, but I’m unable to edit anything.
Can you double check the user level test has been set to please?
Cheers!
DakeHi cybeross!
It seems the temporary user you created for us has been removed.
Please provide us with another test user.
Best regards,
DakeHi Cyandistribution!
In order to disable the featured image lightbox on click, you can use the below css:
#top.single-post .big-preview.single-big a, #top.single-post .small-preview { pointer-events: none; cursor: default; }
Best regards,
DakeHi Dick,
Glad to hear we were able to help :)
Please let us know if you need any help in the future.
Regards,
DakeHey reidmccallhhi!
If you reduce the global width to 1250px, does the slider also reduce in width?
It appears to be a padding issue like Rikard suggested, but if the above solution doesn’t work.
May we have temporary access to your website?
Regards,
DakeHey albertoty!
Right now, masonry galleries only supports images.
A workaround that you could try is enabling custom links as shown below, so you can link directly to a video:
http://www.awesomescreenshot.com/image/415902/a8ad848e2255316f13faddc922130d16
Alternatively you can enlist the help of a freelancer to implement this custom feature: http://kriesi.at/contact/customization
Regards,
DakeHi kristoph,
I just copied your exact settings on my test server and can confirm that your section background settings are being ignored.
As a test, can you please disable all of your plugins, then updating enfold to the latest version.
Once that has been done, try setting your “Background Image Position” to bottom center again.
Cheers!
DakeHey videogame!
May we have temporary access to your website to take a closer look?
Be sure to include any credentials in the private content section.
Regards,
DakeJuly 16, 2015 at 1:27 am in reply to: Can't change font size and color change in main content #474039Hey Mkieling,
It seems that their may be a conflict with the below css in your custom css section:
body, p { font-size: 15px; color: #454545; } h2.post-title { line-height:32px!Important; } .main_color h2 { color: #85370c; }
You can add the changes to your custom css section since you have already started styling your fonts from their.
If you tell us exactly what you’d like to edit about each entry, we can provide you with examples.
Best regards,
DakeHey thecszone,
May we have temporary access to your website so we can take a closer look?
be sure to include any credentials in the private data section.
Cheers!
Dake -
AuthorPosts