Forum Replies Created
-
in reply to: Animation for entering the browser viewport
Hello,
The animation is triggered when the page loads in the browser. Only in mobile the animation of a section will be triggered when you scroll to that section (the first time you open the page).
You can add animation to either the column, or the element (if the element’s options allow it), to your choice/convenience.
What element/page are you trying to animate? What exactly do you want to achieve? Can we see a link of it?Best regards!
in reply to: Top Item on Left Nav changesHello,
Can you please create a user for us? Send the wp credentials in a private reply. So we can give a closer look to your configurations.
Don’t worry, your data is safe with us!Thanks!
in reply to: Button in Rev SliderHello,
There is another layer covering the button (if you have noticed, wherever you take the mouse inside the slider [second slide] it links to “https://solicall.com/echo-cancellation/”).
I checked and the z-index of this layer is 60. If you change it to 6, the button is effective again. See screenshot: https://postimg.org/image/8qlluvfsl/I suggest you check out the slider’s options and change the z-index value there.
Let us know.Best regards and happy new year!
in reply to: Navigation background colorHello,
Sorry for the late reply. We have been on new year’s holiday.
That is caused by an extra padding in the menu items. You can fix it by adding this custom css into your Custom Css box in General Options:nav .menu>li { margin-right: -10px !important; padding-right: 20px !important; }Let us know.
Best regards and may you have a great year ahead!
in reply to: Top Item on Left Nav changesHello,
Sorry for the late reply. We have been on new year’s holiday.
That is the right way f showing page hierarchy in wordpress. In the menu you can add what ever page you want and arrange them in the order you like. But a page’s parent will not change automatically into the parent set in the menu. If you want to changes that, then set the page as child of the page you have in the menu.I hope i understood you correctly. Please let me know if this is not what you asked for.
Best regards and may you have a great year ahead!
in reply to: ButtonsHello,
Sorry for the late reply. We have been on new year’s holiday.
The row with the missing content has the “Disable Row” option checked (screenshot). This makes it disappear from the front-end view. I unchecked it and now the row is visible again.
Please check your site and let us know.Best regards and may you have a great year ahead!
in reply to: Page Builder – Image SizeHello,
Yes, there is an element “Single Image”. You can add it if you want by editing this file: \includes\core\codeless_elements.php
Find this line:vc_remove_element("vc_single_image");
Edit to this://vc_remove_element("vc_single_image");
Refresh your page and try adding the page builder element.-As for the ‘Media’ element, set the image in center alignment and the width option will appear. Set the size you want in px.
Let me know.Happy new year! I hope you had a great holiday!
Best regards!in reply to: Issues viewing site on Internet Explorer 11Hello,
Sorry for the late reply. We were on new year’s holidays.
The site is in ‘Comming soon’ mode. Can you provide some wp credentials in a private reply for us? So we can check this out.Let me know.
Best regards!
in reply to: Header Image Issue in Mobile ViewHello,
Sorry for the late reply. We were on new year’s holidays.
This can easily be fixed with some custom css code. I can send you the exact code to add or fix it directly, but i need to see the site first. Now it’s in ‘Comming soon’ mode. Can you provide some wp credentials in a private reply for us?Let me know.
Best regards and have a great year ahead!
in reply to: Background image from templateHello,
I opened your site and there is no background image in home (screenshot). Did you manage to remove it? Or are you referring to some other page?
Let me know.Happy new year! I hope you had a great holiday!
Best regards!in reply to: Slider Missing (not activtated)Hello,
Are you referring to the slider in front page (link of demo)?
If yes, please download here the slide xml file and import it in your site using Tools > Import option(screenshot).Let us know.
Happy Holidays!
in reply to: Contact Us page?Hello,
You can create the contact page easily just like any other page. First, Add New page in Pages menu. Name it “Contact”. If you haven’t yet installed “Contact Form 7” plugin (it’s free), go to Plugin‘s menu > Add new, find the plugin using the search box and install.
-Go to the plugin’s menu and create a new contact form;
-Back in the new page created, add the contact form using Visual composer ‘Contact Form 7’ element (screenshot);Or, create a new page and while in Classic mode, add this code into the page’s text editor:
[vc_row type="full_width_content" bg_position="left top" bg_repeat="no-repeat" text_color="dark"][vc_column width="1/1"][google_map height="300" dynamic_src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50695.75720325211!2d-122.13534999999999!3d37.42565!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fb07b9dba1c39%3A0xe1ff55235f576cf!2sPalo+Alto%2C+CA!5e0!3m2!1sen!2s!4v1408629838394"][/vc_column][/vc_row][vc_row type="full_width_background" bg_position="left top" bg_repeat="no-repeat" bg_color="#f6f6f6" text_color="dark"][vc_column width="1/2"][block_title style="column_title" padding_desc="28%" title="Contact us for info" second_title="We work for you 24/7 hours"][contact-form-7 id="1046" title="Contact Us"][/vc_column][vc_column width="1/2"][block_title style="column_title" padding_desc="28%" title="Headquoters" second_title="Our C.E.O address"][google_map height="300" dynamic_src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d50695.75720325211!2d-122.13534999999999!3d37.42565!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fb07b9dba1c39%3A0xe1ff55235f576cf!2sPalo+Alto%2C+CA!5e0!3m2!1sen!2s!4v1408629838394"][vc_column_text]A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. We have cheerfully and expertly designed, developed, strategized and implemented web marketing programs.[/vc_column_text][/vc_column][/vc_row][vc_row type="full_width_background" bg_position="left top" bg_repeat="no-repeat" bg_color="#f6f6f6" text_color="dark"][vc_column width="1/2"][clients dark_light="dark" carousel="no"][/vc_column][vc_column width="1/2"][block_title style="column_title" padding_desc="28%" title="Hire Us" second_title="If you want a professional work let us know"][contact-form-7 id="1610"][/vc_column][/vc_row]
(screenshot) Save changes.
Go back to ‘Backend editor’ and edit out the Visual Composer elements to your wish.
Let us know.Happy Holidays!
in reply to: Google Analytics Tracking CodeHello,
I checked the site via inspect element and i see the google analytic code is present. See screenshot: https://postimg.org/image/jyiaepiud/
What issue are you having with it?
Let us know.Best regards!
in reply to: regular expression is too largeHello,
Can you please send us some valid wp credentials in a private reply? So we can check this out closely.
Thanks!