
-
AuthorPosts
-
January 14, 2015 at 1:06 pm #379383
Hi there,
I’ve uploaded the theme to http://cheamcarpentry.co.uk/ and I have a few questions.
1) Over the last couple of days, both the site and dashboard were loading extrmely slowly (although it’s fine today). Any idea why?
2) On the homepage, is there either a way of reducing the height of the slider image or the gap between the bottom of the image and the text box below it?
3) How do I get rid of the subtitle below ‘contact’ on the main menu?
4) When I hover over an image in the gallery, the pop up appears above the image but the the first haf of the title is cut off. Can this popup appear below the image?
Thanks,
Keith
January 14, 2015 at 10:03 pm #379753Hey mcginty312!
1. Contact your hosting provider to see if anything happened.
2. Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .content, .sidebar { padding-top: 0px !important; } </style>
3. Navigate to Dashboard > Appearance > Menus and click on the dropdown arrow for your link and remove the description.
4. Open up /enfold/config-templatebuilder/avia-shortcodes/gallery.php and change line 207 from this.
$tooltip = $caption ? "data-avia-tooltip-position='bottom' data-avia-tooltip='".$caption."'" : "";
To this.
$tooltip = $caption ? "data-avia-tooltip-alignment='bottom' data-avia-tooltip-position='bottom' data-avia-tooltip-class='av-tt-pos-below' data-avia-tooltip='".$caption."'" : "";
Best regards,
ElliottJanuary 16, 2015 at 6:56 pm #3810101) I checked with my host first and they told me that the delay was due to a problem with the javascript
2) When I add that code, all it does is remove the header ‘Welcome to Cheam Carpentry’
3) There is no such description (nav label = ‘contact’, title attribute is blank)
4) Do I find that in the editor?
January 18, 2015 at 9:58 am #381397Hi!
1.) Did they specify which script is causing the issue? Try to use a cache and minify plugin.
2.) Try to add this on Quick CSS or custom.css:
.home div#after_layer_slider_1 .content { padding-top: 20px; padding-bottom: 20px; }
3.) Go to Appearance > Menus then click the Screen Options. Enable the Description box.
4.) You can edit the file via FTP or your cpanel.
Cheers!
IsmaelJanuary 19, 2015 at 5:46 pm #381943Thanks.
A couple of last questions (I hope!).
1) How do I highlight links e.g. at the top of http://cheamcarpentry.co.uk/services-2/, ‘click here to get in touch’?
2) Why can’t I change the slugs (i.e. remove the ‘2’) on the services and contact pages?
-
This reply was modified 10 years, 5 months ago by
mcginty312.
January 19, 2015 at 5:52 pm #381954Hi!
Please add following code to Quick CSS
.avia_textblock h3 a { color: orange!important; }
Cheers!
YigitJanuary 19, 2015 at 5:55 pm #381959Does it have to be orange? Can I not set it to my own hex?
January 20, 2015 at 6:55 am #382279 -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.