Forum Replies Created
-
in reply to: Hide Product Short Description
Hello,
please add this code into your Custom Css box:
.archive .phoeniixx_short_desc p { display: none; }Best regards!
in reply to: Cancel image display when clicking on product imageHello,
Please go to Customize > Shop > Shop Single Product > Product Lightbox/Quick view. Swipe them OFF.
Let me know if this is what you needed.Best regards!
in reply to: Cannot install theme demo on shared hostingHello,
You can try to manually import demo data using WordPress Importer. Find the demo xml files inside theme folder. Follow this path:
\june\includes\codeless_demos_content\defaultLet us know if you still have problems.
Best regards!in reply to: Navigation Menu DisappearsHello,
Please clear cache and refresh page. The header and column text color is changed. See screenshot of the only 2 options needed to change them:
Header text color: https://postimg.cc/FkgQcmnV
Slider heading color: https://postimg.cc/3WbqSk20Best regards!
in reply to: Revolution slider optionHello,
1-Just create a new slider and add it only one slide! Then assign this one-slide slider to the page’s you want to have this layout.
Note: you can consider using the page header feature in the pages you need only one slide.2-Add this code into your custom css box:
.single #comments { display: none; } .single .comment-respond { display: none; }3-The “Read More” text is located in all files inside the specular\includes\view\blog\ folder.
But you can use the pot file (specular\lang\) to translate it. Check this article for more information:
https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files4-Please go to file vc_templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Increase the value 25 to your wish.5-The mobile menu is set up by default. The main menu you already have, will transform in mobile hamburger menu to fit the new screen dimensions. What do need to change here?
Let us know.
Best regards!in reply to: I keep having issuesThis reply has been marked as private.Hello,
Sorry for the late reply.
I checked all pages and some posts, i scrolled down but nothing happened. When are you getting this? Can you send us a link of the page you are having this? What browser are you using?Best regards!
in reply to: Burton links in footerHello,
Are you referring to the tags in the second footer column? These are not buttons but just Tag Cloud widget. The only way to add buttons in footer is to use the Custom HTML widget. See screenshot: https://postimg.cc/4YPKM01d
Best regards!
in reply to: Getting JQuery errors on the websiteHello,
What php version are you running? Please make sure to have 7.0 or above. This is an error caused by the php version.
Let us know.Best regards!
in reply to: Mobile Display IssuesHello,
There were a few errors in the custom css code. One missing bracket and an additional one at the end. I fixed them. This is the result now: https://postimg.cc/RJcHsZF6
Let us know.
Best regards!in reply to: Responsive bugs ?This reply has been marked as private.in reply to: Navigation Menu DisappearsHello,
Sorry for the late reply!
The color of header is selected in the slider’s settings. I selected the dark header for each slide.
Please check youir site. It’s ok now.Best regards!
in reply to: elements in top widgetHello,
Use custom css to change the padding/margin of the top header row to align the elements in it.
Please keep in mind that this is personal customization, not supported from support.Best regards!
in reply to: Mobile menu and tools missingHello,
That’s great. I am assigning this topic as resolved. Open a new ticket if you have other questions.
Best regards!
in reply to: Logo link in headerHello,
Editing the code requires some minimal php knowledge. If you are not very familiar with coding, i strongly suggest you do not alter theme code or let someone professional do the changes for you.
In this line you should edit this part:
href='".esc_url(home_url('/'))."'
to example, this:href='www.google.com'Best regards!