Forum Replies Created
-
AuthorPosts
-
Hi dsgnerfw!
All versions are derived from the default enfold theme and customized accordingly to give you those themes.
You can install a parallel version of any demo and copy any additional CSS(if any).
Cheers!
ArvishHi Heng!
Thank you for using Kriesi themes.
You can delete demo data by following these steps.
1. Delete all posts
2. Delete all post categories
3. Delete all pages
4. Delete all menus
5. Delete all images in the media library
6. Delete all custom widget areas.Best regards,
ArvishHey Martin!
Thank you for using Kriesi themes.
Could you please elaborate on this glitch. It would be great if you could point it out on the screen shot as well.
Best regards,
ArvishHi quicky2000!
1. Responsiveness of a theme has more to do with the display width.
margin-top
affects the height of the document which results in increase or decrease in the document height, which is not a factor that affects responsive designs.2. Add the following code to the Quick CSS textarea in the Enfold Theme Options or custom.css to remove the border when scrolling
#header{ border-color:transparent; }
Cheers!
ArvishHi!
Try this:
1. Remove
.slide-meta { display: none; }
2. Add this instead
.slide-meta-comments, .slide-meta-del{ display:none; }
Regards,
ArvishOops! :)
Thank you for the pointing that out. Glad it worked out for you.
Cheers!
ArvishHi!
Just had a look at your site and tried creating a post and uploading an image.
There definitely seems to be an issue but it is not the theme. You can try changing the theme and try posting.
I notice that previous posts not so long ago were taking images without issues. Is there any plugin you installed or changes/upgrade you made to wordpress recently?
Third party plugins can interfere with the theme . Try disabling third-party software/plugins before trying again.Regards,
ArvishHey!
Try adding the following in the Quick CSS or custom.css to hide the tiny URL displayed.
slide-entry-excerpt{ display: none; }
Best regards,
ArvishHi!
1. Go to the code generator here
2. Click Get code and select the iframe tab
3. Copy the code and add it to a code block in your page
Example code<iframe src="//www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fzuck&width&height=80&colorscheme=light&layout=standard&show_faces=true&appId=682368698498023" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
4. Check the “Output the code without any additional wrapper elements.” in the code block settings
Regards,
ArvishHey miketica!
Could you forward me the PHP script and the URL you wish to send the POST request to and tell me which plugin you’re using to add PHP code to wordpress pages.
Regards,
ArvishHi ojasray!
The best solution would be to use Jquery’s .removeAttr() to remove the title attribute from the icon’s html.
Add the following to your custom js file or create one using the instructions here
(function($) { $(document).ready(function() { $('.social_bookmarks li a').removeAttr('title'); }) })(jQuery);
Cheers!
ArvishHey Amy!
I’ll have a better idea of the help you need if you forward me with a link to your project.
Alternatively, a screenshot and a rough mockup of what you want to achieve will be useful.Best regards,
ArvishCorrection:
The overflow seems to be on
.avia-google-map-container .gm-style-iw
instead.
Try the following and see if it works:.avia-google-map-container .gm-style-iw{ overflow:hidden !important; }
Tried your link. I’m running Win 7 and issue occurs only on Google Chrome as far as I tested.
Try the following:
.avia-google-map-container .gm-style-iw > div{
overflow:hidden !important;
} -
AuthorPosts