Forum Replies Created
-
AuthorPosts
-
Hey Devin
Is it not possible with the current version.its 1.6.?This reply has been marked as private.November 6, 2013 at 5:30 am in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #185061Hi,
Just for confirmation (as i cannot afford to make a mistake :( )
1) Need to use the following for changing image structure right?
In header.php replace:echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);
with:echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘h1’);
2)Need to use the following for changing page title right?
add following code to functions.php:
add_filter(‘avf_title_args’, ‘fix_single_post_title’, 10, 2);
function fix_single_post_title($args,$id)
{
if ( is_single() )
{
$args[‘title’] = get_the_title($id);
}return $args;
}
I have taken the All contents backup with wp export within tools as well as using xcloner plugin that will be enough for backup right?November 5, 2013 at 7:08 am in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #184661Hi Josue,
Sorry for the delay i was off for a vacation.Good to hear that, how should the logo be changed i mean in what way.?I am not so familiar with the seo things, but after some researching i found the ranking will take time to retrieve its previous position once it is lost due to change in the structure(while migrating to a new theme). If possible please can you guide me on specific things i need to change and the exact directions for that.
Thanks :)October 29, 2013 at 12:12 pm in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #181984This reply has been marked as private.HI,
I tried this in some of my colleagues pc’s, i am getting the same issue again. :( Why is this happening…what are the possibilities/troubleshooting methods if the slider is not loading?
ThanksHello
But i am still getting same loading problem(loading problem in the sense even the slider placeholder will not be visible) in my laptop as well as desktop, what might be the reason, did i missed anything on my end?I also tried in responsinator.com the same problem occurs in some of the resolutions.
ThanksI am using Chrome, it happens randomly. Can you please try refreshing the website in the browser few times.
- This reply was modified 11 years, 1 month ago by judetsai.
This reply has been marked as private.OK thanks
Hi,
You mean that the code for the contact form i created doesn’t exist?i mean the data processing part. So the only way is to modify the plugin css to match the enfold theme right.But it is a newsletter plugin and i guess that cannot be converted as to a contact form.Any other easy option please?
Thanks
Hi,
yes its a plugin, i am a beginner developer and new to wp. Where can i find the code for data processed in the contact form.
thanks
okay thanks
Hi,
oohh okay…Is there a way for me to know the path where contact form is being created in the ftp?
Thanks
hi, sure i will post that shortly.
I was about to add a check box option in the contact form,so that it can be used for newsletter subscription, is there any way i can link that checkbox with a newsletter subscribe plugin??
Thanks
Can you provide me with some tips so that i can adjust the slider in such a way that it will be compatible with all screen resolutions.
When i tested on the link provided it is looking weird on some screen resolutions…
zooming(ctrl+scroll)…now i find that when i view the website while logged in to the wp adminpanel everything looks good the layer is displayed in the manner how i have positioned the contents, even after zooming in or out the browser.But once i am logged out its back to the previous state the contents more aligned to the left.I tried zooming out after logging out the admin panel the layer content seems to start aligning to the left.
Sorry it was okay in my pc (20inch), i tried zooming in and out in my browser its looks perfect(center aligned, it was not like that previously) but when i checked in a 23 inch one its still the same the contents are more aligned to the left. Also i tried zooming out the browser in other systems, the result was not same as the one i found in my pc.my url:http://businetic.com/
The thing is when i logged out from my wp admin panel and tried zooming out the browser, at this time its not working(which was previously working when i was logged in the wp admin panel).
Hi Ismael,
Thanks a lot that really helped…i guess almost all the queries i asked about layer slider is solved now…May i know why it doesnt worked for 1600px.
Thanks
Hi,
I first added 50% to the layer container, the slider just disappeared. Than i tried giving 1600px(its the width of the background image of the slider), the slider disappeared again, so now i replaced it back to the default value 0.
Thanks
Hi Devin,
When the slider is viewed in wider monitor may be 23inch, the slider contents which can be viewed in normal 14 inch screens seemed to be more aligned to the left and the background starts repeating( i guess that is due to exceeding the image width), can you please give me some tips to fix the aligning of contents towards left.
thanks
Okay Thanks Devin I will check with that.
Hi Devin,
But it seems to be non responsive in the tablet that is my current issue.Can you please have a look of the website in a tab(android is the one i am using) and help me with that.I have currently centered the image to prevent the odd behaviour. I you have a look at the 3rd slide You may notice the difference in the slide where one of the last smaller bubble is missing in the tablet
Thanks
HI,
Okay, as you can see i just replaced the image with new ones, but of different size.I haven’t touched any code of the slider.As you can test by reducing the size of the default slider by reducing the browser size in pc, at certain point the same issue arises. No i haven’t searched for that.
Thanks
hi
I guess its not the problem, i was having the same problem even with the default height and width.
thanks
Hi its the quarter portion of right side, i have reduced the height of the slider to 350px. Its on android and i am currently using splash blue.I have’nt done anything with the code just replaced the dummy images with some other.
this is our url: http://businetic.com/
we are live now, inorder to prevent the breaking of image in tablet i have aligned the image to the center.still you can see (in a tablet)a bubble is missing for the third slide.
currently i have found a solution…I just removed my 1/4th layout which was on the right(so the congested effect is reduced now).I am now having trouble with my layer slider.When it is viewed on my pc and mobile it looks fine but when i view it on a tablet the half of the image is not visible.Can you please help me on this?i have made the background image as of the size of the dummy image which was used there.
Sorry the site is not published yet(only admins can view the page).
Also am having trouble with my homepage slider, it looks perfect fit on my pc/laptop and mobile but only half of the contents is visible in my tablet(may be the slider is not re-sizing as it should be).
Thanks
-
AuthorPosts